Skip to main content
slomo timeline prints every event in a session in chronological order. Use it for a quick read-through of what happened, or pipe it into other tools for further processing.
REF
string
Session id (prefix ok), issue id, or empty for the latest session.

Live-tailing

--follow watches the newest session’s timeline.jsonl and streams events as your app writes them — run your app in one terminal, the tail in another:
Because the writer batches every 0.5 s, events appear with at most that much delay.

See also