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
- Host: GitHub
- URL: https://github.com/jsnjack/kazy
- Owner: jsnjack
- License: mit
- Created: 2016-03-19T20:16:42.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-18T22:25:55.000Z (about 10 years ago)
- Last Synced: 2025-03-11T07:47:53.335Z (over 1 year ago)
- Language: Python
- Size: 25.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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
```
