Skip to content

kitten v1.0.0 β€” A Rusty Cat 🐱

Latest

Choose a tag to compare

@Hunter2718 Hunter2718 released this 22 May 01:40
· 4 commits to main since this release

🐱 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!