catsay is a program that generates pictures of a cat holding a sign with a message.

Requires git to clone and Go to build.
$ git clone https://github.com/muhammadmuzzammil1998/catsay.git
$ cd catsay
$ go get -d
$ go buildFollow the guide on the releases page for detailed instructions.
Download .deb file for catsay from the releases page.
$ wget https://github.com/muhammadmuzzammil1998/catsay/releases/download/{version}/catsay-linux-{amd64/386}.deb
$ sudo dpkg -i catsay-linux-{amd64/386}.debStart PowerShell as an admin
$ Invoke-WebRequest https://github.com/muhammadmuzzammil1998/catsay/releases/download/{version}/catsay-windows-{amd64/386}.exe -OutFile catsay.exe
$ mv .\catsay.exe C:\Windows\catsay.exeYou can download the binary already built for your system or build it yourself.
- Adapt
{version}number. Check version number from here. - Choose your architecture,
amd64for 64 bit and386for 32 bit systems.
Pipe the data you want your cat to say.
This is probably because your terminal doesn't support those characters. lulz.
Try catsay -ascii to use ASCII-only characters.

$ sudo dpkg --remove catsayStart PowerShell as an admin
$ del C:\Windows\catsay.exe
