| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat: add TOML config file support with CLI fallback | 魏曹先生 | 2026-06-21 | 1 | -0/+1 |
| | | |||||
| * | feat(cli): add --models-dir option for custom model path | 魏曹先生 | 2026-06-21 | 1 | -0/+1 |
| | | |||||
| * | feat: replace `--pinyin` flag with generic `--post="+pinyin"` option | 魏曹先生 | 2026-06-21 | 1 | -1/+1 |
| | | |||||
| * | feat: add pinyin conversion for Chinese output | 魏曹先生 | 2026-06-20 | 1 | -0/+1 |
| | | |||||
| * | feat: add instant mode for near-real-time output0.1.0 | 魏曹先生 | 2026-06-20 | 1 | -0/+2 |
| | | |||||
| * | feat: add custom help message and fix clap help conflict | 魏曹先生 | 2026-06-20 | 1 | -0/+33 |
| Disable clap's built-in help flag and reroute `-h`/`--help` to print an embedded help text from `help.txt`. Use `try_parse` to avoid clap's default exit on parse failure, allowing custom error output. | |||||
