TUI
The TUI is an interactive terminal interface for System Bridge. It wraps the CLI commands in a searchable, keyboard-driven menu.
Launching the TUI
Section titled “Launching the TUI”system-bridge tuiYou can also use the short alias:
system-bridge tNavigating
Section titled “Navigating”- Use the arrow keys to move through the menu and
Enterto select an item. - Start typing to fuzzy-search the menu by title, description, or keyword.
- Vim-style commands work too, such as
:qto quit.
Backend
Section titled “Backend”Start the backend server. A variant lets you start the backend and open the web client in your browser at the same time.
Client
Section titled “Client”Run client commands:
- Token: print your API token.
- Notification: send a notification using a form for the title, message, and icon. Advanced fields cover the sound, action URL, and action path.
- Discovery: list System Bridge services discovered on your network.
- Data: list the available data modules, or run a module and print its output. Running a module lets you pick the module and pretty-print the JSON.
Version
Section titled “Version”Show the application version.
Exit the TUI.
Next steps
Section titled “Next steps”- See the CLI for the underlying commands and flags.
- Prefer a browser? Use the web client.