31ac90d2c95535707e0fdba7131284c5328a03b6
Textual does not expose key-release events, so KittyPtt hold-mode never received key_up and stayed transmitting. Auto-detect now tries evdev first, then falls back to toggle (press-on/press-off). Default mode changed to toggle.
tuimble
TUI Mumble client with voice support and push-to-talk.
Features
- Terminal-based UI (Textual)
- Voice transmission with Opus codec
- Push-to-talk via Kitty keyboard protocol, evdev, or toggle
- Channel browsing and text chat
Quick Start
make setup
make run
Configuration
mkdir -p ~/.config/tuimble
~/.config/tuimble/config.toml:
[server]
host = "mumble.example.com"
port = 64738
username = "myname"
[ptt]
key = "space"
mode = "hold"
backend = "auto"
Requirements
- Python 3.11+
- libopus
- portaudio (libportaudio2)
- A Mumble server to connect to
Description
Languages
Python
99.6%
Makefile
0.4%