eylles / awkat

awkat is a bat imitation with shell awk and cat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AWKat

somewhat of a bat in awk

why ?

i'm not installing all the rust deps when i can just wrap some stuff i got installed already in a script /s

usage

just run make to install or uninstall, all this depends on is awk ( bsd awk should work ), 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

TODO

  • add screenshots
  • try to have just one awk command
  • env vars to config file name color (doing some tests it seems this one aint doable)
  • try to have dynamic box draw char lenght or use env var for lenght (AWKAT_COLS)

About

awkat is a bat imitation with shell awk and cat

License:GNU General Public License v2.0


Languages

Language:Shell 91.9%Language:Makefile 8.1%