mirror of
https://github.com/onyx-and-iris/vban-tui.git
synced 2026-03-23 18:29:17 +00:00
vban-tui
Install
With uv
uv tool install vban-tui
With pipx
pipx install vban-tui
The TUI should now be discoverable as vban-tui
Configuration
Flags
vban-tui --host=localhost --port=6980 --streamname=Command1
Environment Variables
example .envrc:
#!/usr/bin/env bash
export VBAN_TUI_HOST="localhost"
export VBAN_TUI_PORT=6980
export VBAN_TUI_STREAMNAME=Command1
Languages
Python
100%