terminal UI for browsing and sharing your Claude Code, Codex, and OpenCode sessions.
npx clanker-share
- 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
j/k up/down, g/G top/bottom, / search, s share, c copy public url, o open, q quit
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.
- bun or node 18+
ghCLI (for sharing via gists)
