bat but is sh
- Shell 95.9%
- Makefile 4.1%
| .editorconfig | initial commit | |
| LICENSE | initial commit | |
| Makefile | Do not rm inside install target | |
| readme.md | readme | |
| shat.sh | Do mime type based processing | |
Shat
somewhat of a bat in sh
why ?
why not, awkat is already a thing
usage
just run make to install or uninstall, all this depends on is a shell interpreter and a highlighter program like highlight or source-highlight, alternatively you can provide your own highlighter command with the HIGHLIGHTER env var
in debian and derivates just run:
sudo apt install highlight
or
sudo apt install source-highlight
in arch and derivates:
sudo pacman -S highlight
or
sudo pacman -S source-highlight