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
- Host: GitHub
- URL: https://github.com/lp1dev/colcat
- Owner: lp1dev
- License: gpl-3.0
- Created: 2018-10-29T22:03:45.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-18T16:13:44.000Z (about 7 years ago)
- Last Synced: 2025-02-04T16:29:56.873Z (about 1 year ago)
- Language: C
- Size: 1.17 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.

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)