Releases: sharkdp/shell-functools
Releases · sharkdp/shell-functools
v0.3.0
Features
- Added
sort_bycommand, see #17 (@guilhermeleobas) - Added
take_whilecommand, see #20 - Added
foldl1command, see #6 (@guilhermeleobas) - Added lazy evaluation, see README
- Added
--negateflag tofilterandtake_while, see #25 (@vegarsti) - Added new string functions
format,ends_with, see #7 (@vegarsti) - Added new math functions
pow,even,odd, see #7.
Bugfixes
- Properly handle broken pipes
- Fix in
intparsing