| Crates.io | file-kitty |
| lib.rs | file-kitty |
| version | 0.1.1 |
| created_at | 2025-01-27 06:38:59.466253+00 |
| updated_at | 2025-01-27 06:47:00.107586+00 |
| description | A versatile file manipulation toolkit with async support |
| homepage | |
| repository | https://github.com/rain2307/file-kitty |
| max_upload_size | |
| id | 1532097 |
| size | 26,873 |
A versatile file manipulation toolkit written in Rust.
cargo install file-kitty
The command line tool is named kt (short for kitty).
Scan a directory for files with different encodings:
kt encoding --path /path/to/directory
Options:
-p, --path: Directory path to scan-a, --auto-convert: Automatically convert non-UTF-8 files to UTF-8-v, --verbose: Show detailed encoding informationMIT