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:

  1. Find the most recent Claude Code session in your project
  2. Show an interactive prompt selector (newest prompts first, use spacebar to select/deselect)
  3. Share selected prompts to ccshare.cc via browser submission
  4. Open the share page in your browser

How It Works

ccshare reads Claude Code session data from:

  1. Claude's project-specific folders: ~/.claude/projects/{project-path}/
  2. Custom session files or directories you specify with -s
  3. Local .claude-sessions/ folder for archived sessions

Requirements

  • Node.js >= 16.0.0
  • npm or yarn