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.
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.
slomo timeline <session> or slomo replay <session> to see a hit in context.