file-kitty 0.1.1

A versatile file manipulation toolkit with async support
Documentation

File Kitty

A versatile file manipulation toolkit written in Rust.

Features

  • File encoding detection and conversion
  • More features coming soon...

Installation

cargo install file-kitty

Usage

The command line tool is named kt (short for kitty).

Encoding Detection and Conversion

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 information

License

MIT