[feat] add progress management and centralized TTY-aware UI helpers with cliclack and indicatif

This commit is contained in:
2025-08-12 12:01:47 +02:00
parent a987a3fcfb
commit 9fd44a2e37
7 changed files with 470 additions and 2214 deletions

View File

@@ -31,7 +31,6 @@ whisper-rs = { git = "https://github.com/tazz4843/whisper-rs" }
libc = "0.2"
cliclack = "0.3"
indicatif = "0.17"
atty = "0.2"
[dev-dependencies]
tempfile = "3"