Skip to main content
The corebrain search command gives you an interactive terminal UI to search documents stored in your CORE instance’s memory.

Usage

corebrain search

Interface

The command opens an interactive TUI with two modes: Search mode
  • Type a query and press Enter to search
  • Results appear as a list below the search box, showing title, source, and labels
  • Up to 20 results are returned per query
Document view
  • Press Enter on a result to open the full document content
  • Scroll through content with / or j / k
  • Page through with PgUp / PgDn
  • Press q or Esc to go back to results

Keyboard Shortcuts

KeyAction
EnterSubmit search / open document
/ or j / kNavigate results / scroll document
TabSwitch focus between search box and results
PgUp / PgDnPage scroll in document view
q / EscBack / exit

Self-Hosted Instances

When logged into a self-hosted instance, corebrain search queries memory on that instance. Make sure you are logged in with your instance URL:
corebrain login
# Enter your instance URL when prompted