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
Use
The TUI should load with the request input focused. Simply type in your request and press ENTER.
If you enter the request clear the output log will be cleared.
Command History
Press up/down while focused on the request input to scroll through the command history.
License
vban-tui is distributed under the terms of the MIT license.
Languages
Python
100%
