























暂无文章
termem — zsh
cross-agent memory & sessions
6 sessions
~/code/termem
› type to filter
↑↓ move ⏎ open type filter esc quit
README
Cross-agent memory and session management for your terminal.
Coding agents forget everything between sessions, and none of them can see what the others did. termem is the shared memory layer underneath them all. It indexes every Claude Code, Codex, Gemini, opencode, and shell session by the directory it ran in, so you can:
termem never calls a model and never makes a network request. Your agents do the reasoning; termem does the retrieval and storage.
With Node:
npx @termem/cli
Or with a Rust toolchain:
cargo install termem
Or download a prebuilt macOS / Linux binary from the releases page and put termem on your PATH.
termem open the picker for the current directory and subfolders
termem --here only sessions started exactly here
termem --all every session, any directory
termem ls print a table instead of opening the picker
termem ls --source codex filter by tool: claude, codex, opencode, gemini, shell
termem ls -s "query" search message content, title, prompt, and path
termem resume <id|text> resume the best match
termem index rebuild the index now
In the picker: type to filter, arrow keys to move, Enter to resume, Esc to quit.
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。