A CLI tool to colorize logs in the terminal and a library to colorize streams(TODO)
Colored is a faster alternative to CCZE if you use node.js
Install with:
npm install colored -g
To run with tail: tail -f /path/to/log | colored
To run with tail and a highlighted keyword : tail -f /path/to/log | colored -t keyword
Edit ./config/words.json
to add or remove certain words you would like to colorize.
//TODO
MIT 2012 Farrin Reid