Core modules: TUI app (textual), mumble protocol client, audio pipeline (sounddevice + opus), push-to-talk with kitty protocol / evdev / toggle backends. Config via TOML.
13 lines
268 B
Markdown
13 lines
268 B
Markdown
# 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
|
|
```
|