An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

![clanker-share](https://share.clanker.monster/og.png)

# 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)