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

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

Awesome Lists containing this project

README

          

## coolor

[![NPM version](https://badge.fury.io/js/coolor.svg)](http://badge.fury.io/js/coolor)

Simple command-line utility: text stream colorizer

![Screenshot](http://oi62.tinypic.com/2remmat.jpg "Screenshot")

#### 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/)