You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

39 lines
597 B
Markdown

# gaycat
`gaycat` is a simple utility that works similar to `lolcat(6)`.
It prints a file (or standard input) to the standard output, and adds
alternating ANSI color escape sequences line by line so that it looks
like the rainbow pride flag.
## Compiling
On any POSIX compliant system, type
```
make
```
and you get the `gaycat` executable.
To install the program and manual page on your system, type
```
make install
```
as root.
## Usage
To make this README file gay, type:
```
./gaycat README.md
```
To get a gay list of files in your home directory, type:
```
ls ~ | ./gaycat
```