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

https://github.com/jsnjack/kazy

Highlights output from STDIN
https://github.com/jsnjack/kazy

Last synced: over 1 year ago
JSON representation

Highlights output from STDIN

Awesome Lists containing this project

README

          

kažy
====

### What is it?
kažy is an application that highlights output from STDIN

### How to install?
#### pip
```
pip install kazy
```
#### from source code
- Clone this repository
- Run
```bash
sudo python setup.py install
```

### How to use?
kažy is extremely useful when piping a command:
```bash
tail saturday | kazy sunny " " "###" 22 rain
```
![ScreenShot](https://raw.githubusercontent.com/jsnjack/kazy/master/screenshot.png)