Add Esc cancel support

This commit is contained in:
Thales Maciel 2026-02-24 14:23:03 -03:00
parent b3be444625
commit f9224621fa
No known key found for this signature in database
GPG key ID: 33112E6833C34679
6 changed files with 19 additions and 0 deletions

View file

@ -41,3 +41,4 @@ System packages (example names):
- STT model and device are configured via the `stt` section in `config.json`.
- LLM model settings are locked; model downloads to `~/.cache/lel/models/`.
- `-v/--verbose` enables verbose logs (including llama.cpp) with `llama::` prefix.
- Press `Esc` while recording to cancel without processing.