txt
_-------------------_
| Hello, I'm a cat! |
/ ¯-------------------¯
/
/l、
(゚、 。 7
|、゙ ~ヽ
じし f\_, )ノ
My simple version of the [cowsay] program, but with a cat. You can run using the command line pipe or the default input, just like this:
sh
fortune | catsay # With pipe
catsay "Hello, I'm a cat!" # default cli input
You can install it directly using [crates.io]
It was made with [rust], so just follow the default crate installation. Run the commands below:
sh
git clone https://github.com/dreisss/catsay.git
cd catsay
cargo install
And verify if everything is ok running the command:
sh
catsay -v
Useful built-in commands in the program: