# File Kitty

A file encoding detection and conversion tool.
## Installation
```bash
cargo install file-kitty
```
## Usage
Scan a directory for non-UTF-8 files:
```bash
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
## License
MIT