file-kitty 0.2.0

A versatile file manipulation toolkit with async support
Documentation
# File Kitty

![Rust](https://github.com/rain2307/file-kitty/actions/workflows/rust.yml/badge.svg)

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