A Cool Cat Alternative as Text Printer in Terminal



This content originally appeared on DEV Community and was authored by Fitra Fep

I usually use cat to print printable texts in terminal. But, I few days ago I found cool tool like cat but it uses syntax highlighting and git integration. Its name is bat.

I show you what it looks like. I print uncomitted changed file and I use both cat and bat to see their differences.

Using cat
Using cat

Using bat
Using bat


This content originally appeared on DEV Community and was authored by Fitra Fep