Unpack a recording

Look inside a recording. Expand compressed data, inspect its metadata and events, and download readable JSON.

Local files are processed in this browser. Encrypted Gists need their complete sharing link. To watch a session, use Playback.

Choose a recording to inspect its contents.

Recording format reference
id / t / d
Recording ID, title, and starting Unix timestamp in seconds.
s
Initial terminal size as [columns, rows].
i / metadata
Capture and upload CLI versions, platform information, and optional description and computer details.
markers
Bookmarks and chapters with labels, notes, and timestamps in milliseconds.
r / p
The event array, or that array encoded as gzip + Base64. Unpacking expands p into r.
Event t / l
Delay since the previous event in milliseconds, and output chunks. An omitted delay means zero.
Event c / s
c: "s" identifies a resize; s gives the new columns and rows.

Loading interactive components…