# File Kitty
A versatile file manipulation toolkit written in Rust.
## Features
- File encoding detection and conversion
- More features coming soon...
## Installation
```bash
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:
```bash
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