Releases: Hunter2718/kitten
Releases · Hunter2718/kitten
kitten v1.0.0 — A Rusty Cat 🐱
🐱 kitten v1.0.0
First stable release of kitten — a safe, modern reimplementation of the Unix cat command written in Rust.
✅ Features:
- Supports
-n,-b,-s,-E,-T,-v,-A,-e,-t - Supports multiple input files and stdin
- Output transformations applied in GNU-compatible order
- Human-readable
--helpand--versionoutput viaassets/ - Designed for use as a drop-in tool and a Rust learning project
📦 Included
kittenbinary (x86_64 Linux)assets/folder with:helpfile.txtversionfile.txt
Run
./kitten --helpafter extracting to verify everything works!