An open API service indexing awesome lists of open source software.

https://github.com/lp1dev/colcat

Like cat but every column is printed with a different color
https://github.com/lp1dev/colcat

Last synced: 11 months ago
JSON representation

Like cat but every column is printed with a different color

Awesome Lists containing this project

README

          

# 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](https://raw.githubusercontent.com/lp1dev/colcat/master/screen.gif)

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](./LICENCE.md)