A Cool Cat Alternative as Text Printer in Terminal

Fitra Fep
Aug 29, 2023

--

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 bat

--

--