Skip to content

Releases: Hunter2718/kitten

kitten v1.0.0 — A Rusty Cat 🐱

22 May 01:40

Choose a tag to compare

🐱 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 --help and --version output via assets/
  • Designed for use as a drop-in tool and a Rust learning project

📦 Included

  • kitten binary (x86_64 Linux)
  • assets/ folder with:
    • helpfile.txt
    • versionfile.txt

Run ./kitten --help after extracting to verify everything works!