tlc/README.md

22 lines
479 B
Markdown
Raw Normal View History

2024-10-12 17:19:59 +02:00
# tlc
2024-10-12 17:22:07 +02:00
**t**iny **l**ol**c**at is a fun program to display text in rainbow colors
2024-10-12 17:19:59 +02:00
# Usage
```
2024-10-12 17:24:33 +02:00
fortune | cowsay | tlc
cat <x> <y> <z> | tlc
2024-10-12 17:19:59 +02:00
```
# Building
You will need to run these with elevated privilages.
```
$ make
# make install
```
# Contributions
Contributions are welcomed, feel free to open a pull request.
# License
This project is licensed under the GNU Public License v3.0. See [LICENSE](https://github.com/night0721/tlc/blob/master/LICENSE) for more information.