Skip to content

dnakov/clanker-share

Repository files navigation

clanker-share

clanker-share

terminal UI for browsing and sharing your Claude Code, Codex, and OpenCode sessions.

npx clanker-share

what it does

  • finds all your local Claude Code, Codex, and OpenCode sessions
  • fuzzy search across everything
  • s to share — encrypts the session (AES-256-GCM) and uploads to a private GitHub gist
  • o to open in browser as a self-contained HTML viewer
  • enter to 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+
  • gh CLI (for sharing via gists)

About

Browse, export & share your Claude Code and Codex sessions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages