Skip to main content
slomo search lets you find any recorded event across all sessions. Combine free-text terms with field=value filters in a single command to narrow results precisely.
TERMS
string
required
Free text and/or field=value filters, mixed freely.

Examples

Fields

Matching is case-insensitive substring matching. Multiple fields AND together.

How it executes

  • Pure text queries run against the SQLite FTS5 index — fast at any history size.
  • Queries with field filters stream the JSONL timelines directly, newest session first, stopping at the limit.
Results show the event id, session, type, timestamp, and a snippet; follow up with slomo timeline <session> or slomo replay <session> to see a hit in context.