Installation & Usage
What is ccshare?
Instantly share your Claude Code sessions on ccshare.cc - featuring beautiful syntax highlighting, code diffs, and automatic tech stack detection.
Features
- 🚀 Instant sharing to ccshare.cc with one command
- 📝 Export Claude Code conversations online
- 🎨 Beautiful syntax highlighting and clean formatting
- 📊 Automatic tech stack detection
Installation
npm install -g ccshare
Usage
Share your Claude Code session to ccshare.cc:
ccshare
This will:
- Find the most recent Claude Code session in your project
- Show an interactive prompt selector (newest prompts first, use spacebar to select/deselect)
- Share selected prompts to ccshare.cc via browser submission
- Open the share page in your browser
How It Works
ccshare reads Claude Code session data from:
- Claude's project-specific folders:
~/.claude/projects/{project-path}/
- Custom session files or directories you specify with
-s
- Local
.claude-sessions/
folder for archived sessions
Requirements
- Node.js >= 16.0.0
- npm or yarn