mirror of
https://github.com/SchweGELBin/catspeak.git
synced 2026-08-24 10:56:09 +02:00
Cowsay like program of a speaking cat
- Rust 52.5%
- Nix 24.4%
- Shell 23.1%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| .github/workflows | ||
| docs | ||
| res | ||
| src | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| cliff.toml | ||
| default.nix | ||
| flake.lock | ||
| flake.nix | ||
| LICENSE | ||
| PKGBUILD | ||
catspeak
- Cowsay like program of a speaking cat
- Available in my nur expressions repo and Galaxy channel
$ catspeak "meow~"
|\ /|
/ . . \
\ _-_ / meow~
| | _
| \ /
| |-/
|_|_ /
Build
General
git clone https://github.com/SchweGELBin/catspeak.git
cd catspeak
cargo build --release
Binary will be at ./target/release/catspeak
Nix
nix build github:SchweGELBin/catspeak
Binary will be at ./result/bin/catspeak
Run
General
git clone https://github.com/SchweGELBin/catspeak.git
cd catspeak
cargo run -- "meow~"
Nix
nix run github:SchweGELBin/catspeak -- "meow~"