slomo timeline — the chronological feed
Flags
Live-tailing is the development superpower: run your app in one terminal,
slomo timeline --follow in another, and every request, query, and warning scrolls by in real time — structured, and searchable afterwards.
slomo search — everything, everywhere
Field filters
Combine free text withfield=value filters:
Field matching is case-insensitive substring matching, and unknown field names are looked up recursively inside payloads — so if your
event() calls include order_id=…, then slomo search order_id=1042 just works.
Pure-text queries use the FTS index. Queries with field filters stream the JSONL timelines directly (newest sessions first) — thorough, and still quick at the default limit.
From a hit to the story
Search results include the session and event; from there:Typed views
When you already know what kind of thing you’re looking for, skip search and use the typed views —slomo vars, slomo http, slomo sql — scoped to a session or an issue. See CLI: data views.