https://github.com/yyyar/coolor
Simple text streams colorizer for *nix terminal
https://github.com/yyyar/coolor
Last synced: 8 months ago
JSON representation
Simple text streams colorizer for *nix terminal
- Host: GitHub
- URL: https://github.com/yyyar/coolor
- Owner: yyyar
- Created: 2014-01-30T17:45:43.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-06-12T15:31:18.000Z (over 11 years ago)
- Last Synced: 2025-02-12T07:14:59.571Z (8 months ago)
- Language: JavaScript
- Size: 230 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## coolor
[](http://badge.fury.io/js/coolor)
Simple command-line utility: text stream colorizer

#### Installation
```bash
$ npm install coolor -g
```#### Usage
```bash
$ tail -f /var/log/something.log | coolor
```#### Your own config
See example of config in `config/default.json````bash
$ tail -f /var/log/something.log | coolor ~/your/config.json
```#### Author
* [Yaroslav Pogrebnyak](https://github.com/yyyar/)