03cal CLI

Your history, pipeable.

A small, fast terminal client over the same local index. Grep your past sessions, pull a packed transcript to stdout, and feed it straight into the next agent.

Install

terminal
$ cargo install --path apps/desktop/src-tauri --bin cal

Or just install the desktop app — it ships cal on your PATH. Same index either way.

Use it

examples
# semantic + keyword search, newest-best first$ cal search "vector index migration" -y# the most recent threads$ cal recent -n 10# packed transcript to stdout — pipe it anywhere$ cal cat 42 | pbcopy# seed another agent with past context$ claude "$(cal cat 42)"

Every command takes --json for scripting, -s to filter by source, and -p to scope to a project. There's also cal stats for a corpus overview and cal export to write an Obsidian note.