This contains the latest versions of bat-modules
, batdiff
, batgrep
, batman
, batpipe
, batwatch
, and prettybat
as of commit c538ead (March 30th, 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
batdiff
: Make --all default behavior for no argumentsbatgrep
: Clean up handling of RIPGREP_CONFIG_PATHbatgrep
: Remove hardcoded reference to ripgrep executablebatgrep
: Allow searching through STDIN (#42)batpipe
: Highlight unsupported files using batbatpipe
: Fix error when external viewers folder existsbatpipe
: Add support for exabatpipe
: Add support for *.xz filesbatpipe
: Fix viewing listings in zip filesbatpipe
: Add support for *.gz filesbatpipe
: Change viewer_*_supports arg orderbatpipe
: Add zip viewerbatpipe
: Improvebatpipe
when used both inside and outsideless
batpipe
: Fix incorrect detection of inner pathsbatpipe
: Add better support forless
batpipe
: Add batpipe scriptprettybat
: Add checks to ensure that files existprettybat
: Add support for python formatterblack
Developer
- build: Allow for only specific scripts to be built
- build: Allow manuals to be disabled with --manuals=false
- build: Recommend './test.sh --failed' instead
- build: Fix build.sh install failing when no PREFIX/bin dir
- ci: Prevent fish from creating tempfiles
- ci: Only build manuals for the build job
- ci: Add fish for test packages (used by
batpipe
tests) - ci: Update python2 to python3
- lib: Add NO_COLOR support
- lib: Update copyright year to 2021
- lib: Update option parser to better support short options
- lib: Improve tests and docs for opt lib
- mdroff: Support h3-h5
- mdroff: Fix warning that appears in tables
- test: Add
batgrep
test for searching from stdin contents (#42) - test: Add tests for
batpipe
- test: Fix bat reading data from stdin during tests