Crates.io | file-kitty |
lib.rs | file-kitty |
version | |
source | src |
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 |
Cargo.toml error: | TOML parse error at line 17, column 1 | 17 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
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