file-kitty

Crates.iofile-kitty
lib.rsfile-kitty
version0.2.0
created_at2025-01-27 06:38:59.466253+00
updated_at2025-10-27 15:07:41.379885+00
descriptionA versatile file manipulation toolkit with async support
homepage
repositoryhttps://github.com/rain2307/file-kitty
max_upload_size
id1532097
size25,499
(rain2307)

documentation

README

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

Commit count: 11

cargo fmt