- Cowsay like program of a speaking cat
- Available in my nur expressions repo and Galaxy channel
$ catspeak "meow~"
|\ /|
/ . . \
\ _-_ / meow~
| | _
| \ /
| |-/
|_|_ /
git clone https://github.com/SchweGELBin/catspeak.git
cd catspeak
cargo build --releaseBinary will be at ./target/release/catspeak
nix build github:SchweGELBin/catspeakBinary 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~"