Releases: bugen/pypipe
Releases · bugen/pypipe
v0.4.1
v0.4.1a0
v0.4.0
Features
- Automatic Import
- Automatic Type Conversion -
-t, --convertoption - Improved Behavior and Handling Related to Pager
- Dynamic Field Variable Definition -
-l, --lengthoption without argument value (rec, csv)
Bug Fixes 🐛
- Fixed output when specifying
-Fj, --output-format=json.
Full Changelog: v0.3.1...v0.4.0
v0.3.1
Bug Fixes 🐛
- Fixed alignment issue in View mode
- Fixed issues related to PYPIPE_PAGER
Resolved the problem causing an error when specifying a command with options, such asPYPIPE_PAGER='less -R'.
Full Changelog: v0.3.0...v0.3.1
v0.3.0
Features
- Auto pager
- View mode
-v, --viewfor all commands -D DELIMITER, --output-delimiter DELIMITERoption for all commands-L, --linebreak(same as-D '\n') option for all commands-F FORMAT, --output-format FORMAToption for all commands
Bug Fixes 🐛
- Make adjustments to the indentation when code wrapping.
Miscellaneous
- Added automated tests - Thnaks! @horw
- Added support for installation via pip and pipx. see pypipe-ppp - Thanks! @diazona
- Added to AUR (Arch User Repository). see pypipe - Thanks! @claui
Full Changelog: v0.2.0...v0.3.0