Skip to content

TUI

The TUI is an interactive terminal interface for System Bridge. It wraps the CLI commands in a searchable, keyboard-driven menu.

Terminal window
system-bridge tui

You can also use the short alias:

Terminal window
system-bridge t
  • Use the arrow keys to move through the menu and Enter to select an item.
  • Start typing to fuzzy-search the menu by title, description, or keyword.
  • Vim-style commands work too, such as :q to quit.

Start the backend server. A variant lets you start the backend and open the web client in your browser at the same time.

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.

Show the application version.

Exit the TUI.

  • See the CLI for the underlying commands and flags.
  • Prefer a browser? Use the web client.