npx claudepluginhub linxule/memex-plugin --plugin memex<date-expression> - e.g., 'yesterday', 'last week', '3 days ago'/timelineGenerate a Timeline view — unified chronological feed of all activity across every module with client-side filtering
/timelineShow a chronological timeline of work on the current project, combining Claude Code session history with git history.
/timelineShow a chronological timeline of activity across all projects or a single project. Useful for reviewing what happened over a time period, preparing weekly updates, or understanding the arc of a project.
/timelineSession timeline — model inference vs tool execution breakdown from real hook data
Browse memex sessions and memos by date — no keywords needed.
Run the temporal scanner with the user's date expression:
memex timeline "<date-expression>"
With filters (optional):
# Filter by project
memex timeline "yesterday" --project=my-app
# Filter by type
memex timeline "last week" --type=memo
# JSON output for programmatic use
memex timeline "this week" --json
| Expression | Meaning |
|---|---|
yesterday | Yesterday's sessions and memos |
today | Today only |
3 days ago | That specific day |
last 5 days | 5-day range through today |
this week | Monday of this week through today |
last week | Previous Monday through Sunday |
last monday | Most recent Monday |
7d, 2w, 3m | Duration shorthand |
march 15 | Specific date (this year) |
2026-03-15 | Exact ISO date |
Timeline: yesterday
MEMOS (2):
[2026-03-28] my-app | CLI agent batch orchestration patterns [cli, agents]
[2026-03-28] memex | Temporal scan implementation [search, temporal]
TRANSCRIPTS (3):
[2026-03-28] my-app | 177 min, 81 turns | 20260328-135914-73c12fe2
[2026-03-28] memex | 42 min, 23 turns | 20260328-091500-abc123
[2026-03-28] domains | 15 min, 8 turns | 20260328-160000-def456
Total: 2 memo(s), 3 transcript(s)
/memex:load <path> to read a specific result in full/memex:search with --since and --before