bat-extras

Bash scripts that integrate bat with various command-line tools

brewmacoslinux
Try with needOr install directly
Source

About

Bash scripts that integrate bat with various command-line tools

Commands

batgrepbatmanbatdiffbatwatchprettybat

Examples

Search for a pattern in files and display results with syntax highlighting$ batgrep 'function' *.js
Display manual pages with syntax highlighting using bat$ batman ls
Show diff between two files with bat's syntax highlighting$ batdiff file1.txt file2.txt