clanker-share
v0.2.0
Published
Browse, export & share Claude Code, Codex & OpenCode sessions
Maintainers
Readme

clanker-share
terminal UI for browsing and sharing your Claude Code, Codex, and OpenCode sessions.
npx clanker-sharewhat it does
- finds all your local Claude Code, Codex, and OpenCode sessions
- fuzzy search across everything
sto share — encrypts the session (AES-256-GCM) and uploads to a private GitHub gistoto open in browser as a self-contained HTML viewerenterto export to a local HTML file- you control the decryption key — it never leaves your clipboard
keybindings
j/k up/down, g/G top/bottom, / search, s share, c copy public url, o open, q quit
sharing
when you press s, the session gets compressed, encrypted with a random key, and uploaded as a GitHub gist. the private URL (with the key in the fragment) is copied to your clipboard. the key never hits any server — decryption happens entirely in the browser at share.clanker.monster.
you can also press c to copy just the public URL without the key, and send the key separately.
requirements
- bun or node 18+
ghCLI (for sharing via gists)
