Use Bat, Not Cat!
bat is like cat for programmers or power users. But then, everyone is a power user in the terminal!
Compare:
cat CMakeLists.txt
to
batcat CMakeLists.txt
Installing
- Linux -
apt install bat
. But due to a conflict with another bat 🦇 you need to run it withbatcat
. - Windows -
snoop install bat
.
To contact me, send an email anytime or leave a comment below.