diff --git a/README.md b/README.md index cb79cf4..c3146d9 100644 --- a/README.md +++ b/README.md @@ -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.