https://github.com/blakmatrix/colored
colorize your streams (also cli tool to colorize log files) - A great alternative to CCZE!
https://github.com/blakmatrix/colored
Last synced: 3 months ago
JSON representation
colorize your streams (also cli tool to colorize log files) - A great alternative to CCZE!
- Host: GitHub
- URL: https://github.com/blakmatrix/colored
- Owner: blakmatrix
- Created: 2012-08-12T04:52:00.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2014-01-24T08:23:14.000Z (almost 12 years ago)
- Last Synced: 2025-03-07T10:02:40.656Z (10 months ago)
- Language: JavaScript
- Homepage:
- Size: 119 KB
- Stars: 13
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](http://travis-ci.org/blakmatrix/colored)
# Colored
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:
```shell
npm install colored -g
```
## Example
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`
## Customization
### words
Edit `./config/words.json` to add or remove certain words you would like to colorize.
### configuration
//TODO
## License
MIT 2012 Farrin Reid