An implementation of lolcat in Go.
-
Clone the Repository
git clone https://github.com/nimilgp/Paintman
-
Navigate to the Directory
cd Paintman
-
Compile the source
go build -o paintman main.go
-
Example
echo hello, terminal emulator!! are you in color??? | ./paintman -rainbow
- bufio
- flag
- math
- os
- fmt
Takes in text from stdin (supports piping) and colors it and outputs in stdout.