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 build
Follow 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}.deb
Start 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.exe
You can download the binary already built for your system or build it yourself.
- Adapt
{version}
number. Check version number from here. - Choose your architecture,
amd64
for 64 bit and386
for 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 catsay
Start PowerShell as an admin
$ del C:\Windows\catsay.exe