Release: 2021-04-06
This contains the latest versions of bat-modules
, batdiff
, batgrep
, batman
, batpipe
, batwatch
, and prettybat
as of commit e1a0c7a (April 6th, 2021).
This is provided as a convenience only.
I would still recommend following the installation instructions in the README for the most up-to-date versions.
Changes
prettybat
: Add support for SVG formatting using prettierprettybat
: Allow reading from pipe (#51)batpipe
: Change the install commands to enable color automaticallybatpipe
: Fix incorrect bash install commandsbatpipe
: Format compressed files with 'bat'batpipe
: Replace 'bat_if_not_bat' with a smarter 'bat' functionbatpipe
: Remove incorrect text from documentationbatwatch
: Show the watched command in bat's headerbatwatch
: Disable bat's pager (#23)batwatch
: Add mode for watching command output- docs: Update README for Homebrew installation split
Developer
- test: Update snapshots
- lib: Fix accidental forkbomb when using release.sh
- lib: Fix 'getargs' setting an empty string when no args are left
- lib: Add 'term_clear' function to clear the terminal screen
- lib: Fix 'getargs --append' adding an empty value to the array
- lib: Add '--append' mode to 'getargs'
- lib: Add 'getargs' to 'lib_opt'