| Crates.io | file-kitty |
| lib.rs | file-kitty |
| version | 0.2.0 |
| created_at | 2025-01-27 06:38:59.466253+00 |
| updated_at | 2025-10-27 15:07:41.379885+00 |
| description | A versatile file manipulation toolkit with async support |
| homepage | |
| repository | https://github.com/rain2307/file-kitty |
| max_upload_size | |
| id | 1532097 |
| size | 25,499 |
A file encoding detection and conversion tool.
cargo install file-kitty
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
MIT