https://github.com/dnakov/clanker-share
Browse, export & share your Claude Code and Codex sessions
https://github.com/dnakov/clanker-share
Last synced: 5 days ago
JSON representation
Browse, export & share your Claude Code and Codex sessions
- Host: GitHub
- URL: https://github.com/dnakov/clanker-share
- Owner: dnakov
- Created: 2026-03-19T20:25:39.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-03-19T20:58:18.000Z (3 months ago)
- Last Synced: 2026-04-03T23:31:42.333Z (3 months ago)
- Language: TypeScript
- Size: 37.1 KB
- Stars: 8
- Watchers: 0
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# 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](https://share.clanker.monster).
you can also press `c` to copy just the public URL without the key, and send the key separately.
## requirements
- [bun](https://bun.sh) or node 18+
- `gh` CLI (for sharing via gists)