- Cowsay like program of a speaking cat
- Available in my nur expressions repo
$ catspeak "meow~"
|\ /|
/ . . \
\ _-_ / meow~
| | _
| \ /
| |-/
|_|_ /
git clone https://github.com/SchweGELBin/catspeak.git
cd catspeak
cargo build --release
Binary will be at ./target/release/catspeak
nix build github:SchweGELBin/catspeak
Binary will be at ./result/bin/catspeak
git clone https://github.com/SchweGELBin/catspeak.git
cd catspeak
cargo run -- "meow~"
nix run github:SchweGELBin/catspeak -- "meow~"