catalog tui

Browse the catalog interactively in a terminal UI.

Shows entries, aliases, schemas, and metadata, refreshing on an interval. The TUI exits on q or Ctrl+C.

Usage

xorq catalog tui [OPTIONS]

Options

Option Default Description
--refresh 10 Refresh interval in seconds.

Examples

# Browse the default catalog
xorq catalog tui
# Browse a named catalog with a faster refresh
xorq catalog --name analytics tui --refresh 2