TotalRecalls Library Format
TotalRecalls stores your downloads in a structured library folder so you can find anything instantly.
Directory Structure
totalrecalls-library/
├── chatgpt/
│ ├── 2026-08-09-how-to-refactor.md
│ └── 2026-08-09-how-to-refactor.json
├── claude/
├── gemini/
├── perplexity/
├── grok/
├── metadata/
│ └── export-manifest.json
└── README.txt File Pair Format
For each conversation, you get two files:
.md— human-readable Markdown with timestamps, model names, and full transcript..json— machine-parseable JSON for import into Obsidian, Notion, or your own scripts.
Metadata File
metadata/export-manifest.json tracks:
- Provider and download date
- Conversation count per thread
- Original message IDs for cross-referencing
