CLI for uploading and managing sessionbin transcripts
Project description
sessionbin-cli
CLI for uploading and managing sessionbin transcripts.
Installation
uv tool install sessionbin
# or
pip install --user sessionbin
Usage
Upload a session
Upload a specific file:
sessionbin upload ~/.claude/projects/-home-user-repos-myproject/abc123.jsonl
Or pick from recent Claude Code sessions interactively:
sessionbin upload
Upload the most recent session directly:
sessionbin upload --latest
Use -y to skip the confirmation prompt:
sessionbin upload --latest -y
List uploads
sessionbin list
Shows locally-tracked uploads (URL, filename, upload time).
Delete an upload
sessionbin delete <slug>
Deletes the paste on the server and removes the local record.
Configuration
On first run, you'll be prompted for a server URL (defaults to https://sessionbin.dev). The choice is saved to ~/.config/sessionbin/config.toml.
You can override the server URL per-command:
sessionbin upload --server http://localhost:8000
Or via environment variable:
export SESSIONBIN_URL=http://localhost:8000
Priority: --server flag > SESSIONBIN_URL env var > config.toml > interactive prompt.
Session data
Upload metadata (slugs, delete tokens) is stored in ~/.config/sessionbin/sessions.json with 0600 permissions. This file is local-only — the list command reads from it without contacting the server.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file sessionbin-0.1.0.tar.gz.
File metadata
- Download URL: sessionbin-0.1.0.tar.gz
- Upload date:
- Size: 5.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.18 {"installer":{"name":"uv","version":"0.9.18","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Fedora Linux","version":"42","id":"","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8f60a747c96cc2bb1ef8a8c1f7a5bad3576ff2497fc15aadce3223c672767b91
|
|
| MD5 |
d9093827df0da47f89d04caf2dc9379a
|
|
| BLAKE2b-256 |
6c983fbe012aee9eac620441fa00bccde307a58ec4c8ee3741fa700fc5d6fab9
|
File details
Details for the file sessionbin-0.1.0-py3-none-any.whl.
File metadata
- Download URL: sessionbin-0.1.0-py3-none-any.whl
- Upload date:
- Size: 8.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.18 {"installer":{"name":"uv","version":"0.9.18","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Fedora Linux","version":"42","id":"","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
55d133fe51dc0eaed212468f51bb5946765c05426339c9d048b35b822bf5cfe2
|
|
| MD5 |
7887ee9a3ae19498b98fa64f5cb60df4
|
|
| BLAKE2b-256 |
e5c1ba602df65317709f26068dec30deee46851cb28dd692da432906c40c716b
|