Four ways to get a session out of Recall
๐
killer featureCopy as context
Condensed markdown to clipboard. Tool-call JSON and thinking blocks stripped, every prompt and response preserved.
recall context <id> | pbcopyBest for
Pasting into a new Claude Code conversation so it picks up where you left off.
๐
Copy as full markdown
Full transcript including tool-call JSON and tool results. Bigger, more faithful, less Claude-friendly.
Best for
Auditing the exact tool sequence the model executed.
๐
Export HTML
Self-contained dark-mode HTML, all styles inlined. Works offline forever.
Best for
Archiving a session, committing to git, emailing it to a colleague.
๐จ๏ธ
Print
Print-friendly layout. Chrome hidden, light background, page breaks between messages.
Best for
PDF export via the print dialog. Sharing with non-tech reviewers.
Exporting
Matrix above maps the four options. CLI:
bash
recall context <id> | pbcopy # condensed markdown
recall context <id> --full | pbcopy # full transcript including tool JSONPrint and HTML export are browser-only, via the buttons in the transcript header. The HTML export is self-contained dark-mode and works offline forever.