[feat] integrate cliclack for TTY-aware UI, add summaries and intro/outro helpers

This commit is contained in:
2025-08-12 07:30:54 +02:00
parent 4916aa6224
commit 2cc5e49131
5 changed files with 243 additions and 87 deletions

View File

@@ -29,6 +29,7 @@ sha2 = "0.10"
# whisper-rs is always used (CPU-only by default); GPU features map onto it
whisper-rs = { git = "https://github.com/tazz4843/whisper-rs" }
libc = "0.2"
cliclack = "0.3"
[dev-dependencies]
tempfile = "3"