aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
Commit message (Expand)AuthorAgeFilesLines
* feat(cli): add --models-dir option for custom model path魏曹先生2026-06-211-30/+53
* feat: replace `--pinyin` flag with generic `--post="+pinyin"` option魏曹先生2026-06-211-2/+4
* feat: add pinyin conversion for Chinese output魏曹先生2026-06-201-5/+7
* feat: add instant mode for near-real-time output0.1.0魏曹先生2026-06-201-0/+10
* feat: add custom help message and fix clap help conflict魏曹先生2026-06-201-9/+19
* feat: add verbose mode and update vtx-engine dependency魏曹先生2026-06-201-10/+16
* feat: implement core capture engine with CLI and output protocols魏曹先生2026-06-201-3/+425
* Add output protocol trait and implementations魏曹先生2026-06-201-0/+3
* chore: scaffold initial Rust project with Cargo and CLI structure魏曹先生2026-06-201-0/+6