This contains the latest versions of bat-modules
, batdiff
, batgrep
, batman
, batpipe
, batwatch
, and prettybat
as of commit bea36be (March 21st, 2023).
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
: Update docs to add BATDIFF_USE_DELTAbatman
: Allow spaces in manual sectionsbatman
: Fix parsing manual pages in fzf previewbatman
: Only parse first manpage when selectedbatman
: Fix bug where some man pages would fail to open (@eoineoineoin)batpipe
: Fix SELF variable being wrong when compressedbatpipe
: Add BATPIPE_TERM_WIDTHbatpipe
: Fix opened-in-less detectionbatwatch
docs: Fix link to entr project- docs: Add install steps for Gentoo (@ran-dall)
- docs: Add install steps for Fedora (@awood)
- docs: Update README about manual files
- docs: Update CI badge on README
- docs: Add Arch Linux install instructions to README
Developer
- ci: Fix installation of ripgrep for tests
- test: Add test to ensure ripgrep works
- ci: Fix errors with permissions
- ci: Update action to fix warnings
- build: Add manuals to '--install'
- ci: Remove CircleCI
- ci: Add GitHub Actions test workflow
- build: Add more '--no-*' options
- developer: Add '.vscode' to gitignore