add Use to README

This commit is contained in:
onyx-and-iris 2026-03-20 09:38:34 +00:00
parent 73ebfb537b
commit 9d64635b3d

View File

@ -44,3 +44,21 @@ 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](https://spdx.org/licenses/MIT.html) license.