file-kitty 0.2.0

A versatile file manipulation toolkit with async support
Documentation

File Kitty

Rust

A file encoding detection and conversion tool.

Installation

cargo install file-kitty

Usage

Scan a directory for non-UTF-8 files:

file-kitty encoding --path ./src

Options:

  • -p, --path: Directory to scan
  • -c, --convert: Auto-convert to UTF-8
  • -v, --verbose: Show detailed info
  • -t, --types: File extensions to process (e.g., c,h,cpp,rs)

Default file types: c, h, cpp, rs, ts, js, txt, html, py, java, go, md, json, yaml, sh, sql, css

License

MIT