Skip to content

eylles/awkat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)