From eaf15584a2e65018c5f9fa0ac9e132bed2139c89 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Fri, 20 Mar 2026 09:54:46 +0000 Subject: [PATCH] add Note section --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index c3146d9..916cdde 100644 --- a/README.md +++ b/README.md @@ -53,12 +53,28 @@ The TUI should load with the request input focused. Simply type in your request If you enter the request `clear` the output log will be cleared. +Press `Ctrl+q` to exit from the TUI. + ### Command History Press *up/down* while focused on the request input to scroll through the command history. --- +## Notes + +This TUI supports the following: + +- Sending requests for Voicemeeter +- Sending requests and receiving responses for Matrix + +If you need to send requests and receive responses for Voicemeeter check out [vban-cli][vban-cli] + +--- + ## License `vban-tui` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license. + + +[vban-cli]: https://github.com/onyx-and-iris/vban-cli \ No newline at end of file