From 9d64635b3d297790dbded615588d0abf24b9d380 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Fri, 20 Mar 2026 09:38:34 +0000 Subject: [PATCH] add Use to README --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) 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.