Cowsay like program of a speaking cat
  • Rust 52.5%
  • Nix 24.4%
  • Shell 23.1%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-04-21 18:09:49 +02:00
.github/workflows ci(build): update actions 2026-04-21 18:09:49 +02:00
docs docs(readme): refer to my Guix channel Galaxy 2026-04-21 17:56:56 +02:00
res fix: syntax error in cats file 2025-05-23 19:24:40 +02:00
src feat: add version option 2025-05-23 20:58:35 +02:00
.gitignore feat: initial commit 2024-06-01 20:21:12 +02:00
Cargo.lock chore: bump to 1.2.3 2025-06-04 14:50:12 +02:00
Cargo.toml chore: bump to 1.2.3 2025-06-04 14:50:12 +02:00
cliff.toml feat!: remove release-please in favor of git-cliff 2025-05-23 17:34:44 +02:00
default.nix style(nix): cleanup default.nix 2025-12-19 10:48:43 +01:00
flake.lock chore(nix): update flake.lock 2026-04-21 18:06:45 +02:00
flake.nix Revert "chore(nix): remove flake" 2025-06-01 23:34:38 +02:00
LICENSE docs(license): update copyright year 2026-01-01 16:37:00 +01:00
PKGBUILD chore(arch): fix paru build 2026-01-12 13:03:32 +01:00

catspeak

GitHub Downloads (all assets, all releases) GitHub License GitHub Release AUR Version TUR Version

$ 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~"