1
1
Fork
You've already forked shat
0
bat but is sh
  • Shell 95.9%
  • Makefile 4.1%
Find a file
2026年02月13日 20:24:33 -06:00
.editorconfig initial commit 2025年02月12日 20:13:16 -06:00
LICENSE initial commit 2025年02月12日 20:13:16 -06:00
Makefile Do not rm inside install target 2025年05月06日 01:28:43 -06:00
readme.md readme 2025年02月12日 20:16:24 -06:00
shat.sh Do mime type based processing 2026年02月13日 20:24:33 -06:00

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