Skip to content

bat

AnduinOS Verified App - Open Source

Bat is an AnduinOS verified app and it runs awesome on AnduinOS, with easy installation and automatic updates.

bat is a cat(1) clone with syntax highlighting and Git integration. source code

Install bat to AnduinOS:

sudo apt install bat

Then you can set an alias to replace cat:

# add this to your .bashrc or .zshrc etc
alias bat=batcat
alias cat=bat