Skip to content llms.txt

The TUI

Running syllago with no arguments launches the interactive terminal user interface (TUI). It gives you a visual way to browse and manage your library, registries, and providers without memorizing CLI commands.

Terminal window
syllago
# or use the alias
syl
  • Browse your library, registries, and providers in one place
  • Install and uninstall content to/from providers
  • Add content from providers
  • Search and filter content with live results
  • Inspect content details
KeyAction
Up/Down or j/kNavigate lists and scroll
PgUp/PgDnJump a full viewport
Home/EndJump to first/last item
EnterOpen item / confirm action
EscGo back one level
Tab/Shift+TabSwitch focus between sidebar and content
Ctrl+N/Ctrl+PNext/previous item in detail view
KeyAction
/Search (live filtering with match count)
?Toggle keyboard shortcut help
iInstall selected item
uUninstall selected item
aAdd content (context-specific)
rRemove item
cCopy content to clipboard
HToggle hidden items

Click to select cards, items, tabs, breadcrumbs, and modal buttons. The scroll wheel works in all scrollable areas.

The TUI and CLI are equivalent — anything you can do in the TUI, you can do with CLI commands. The TUI is for interactive exploration; the CLI is for scripting and automation (--json output on all commands).

For screen reader users, CLI commands with --json output are recommended. Colors can be disabled with NO_COLOR=1 or --no-color.