feat: scaffold tuimble TUI mumble client

Core modules: TUI app (textual), mumble protocol client,
audio pipeline (sounddevice + opus), push-to-talk with
kitty protocol / evdev / toggle backends. Config via TOML.
This commit is contained in:
Username
2026-02-24 11:44:06 +01:00
commit 836018d146
22 changed files with 1040 additions and 0 deletions

12
docs/CHEATSHEET.md Normal file
View File

@@ -0,0 +1,12 @@
# Cheatsheet
```
make setup setup venv + deps
make run launch tuimble
make test run tests
make lint check code style
q quit
space push-to-talk (hold)
Enter send message
```