Hacker News new | ask | show | jobs
by GodelNumbering 248 days ago
You don't need to memorize

alias bat='f(){ cat "$1" | highlight --force -O xterm256 | less -SRNI; }; f'

1 comments

For all the other issues people have pointed out, this assumes you have `highlight` installed.
As opposed to having bat installed?