This contains the latest versions of bat-modules
, batdiff
, batgrep
, batman
, batpipe
, batwatch
, and prettybat
as of commit 7803eca (August 21st, 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
batgrep
: Add support for '--' argumentbatgrep
: Respect theBAT_STYLE
environment variable (#54)batgrep
: Add support forripgrep
11 (#53)batman
: Iffzf
is installed, usebatman
to search through man pagesbatman
: Only set grid style if BAT_STYLE is not definedbatpipe
: Fix colors not showing up inside lessbatpipe
: Fix incorrect colors in usage instructionsbatwatch
: Buffer--command
mode to reduce flickering from redraw- docs: Fix manpage generation trimming spaces.
- docs: Fix manpage generation leaving
<br/>
tags inside man page.
Developer
- lib: Fix no pager being used when PAGER and BAT_PAGER are unset (#57)
- lib: Add test for 'less' as pager instead of 'bat'
- lib: Use 'less' as pager instead of 'bat'
- test: Fix fish being incorrectly detected as installed