/colcat

Like cat but every column is printed with a different color

Primary LanguageCGNU General Public License v3.0GPL-3.0

Colcat

Make cat colorful again!

Colcat is like the GNU cat utility, except it colors every column of each line with a different color. It doesn't care or knows about the output and syntax, it just prints a different color after each space.

screen

It's actually (surprisingly) pretty useful to read logs and any kind of output with large columns! And more importantly it's cool.

Also I used a 8192 bytes buffer size which seems to output text faster than the GNU cat.

This project is under the GNU GPLv3 licence