JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 24
  • Score
    100M100P100Q97351F
  • License MIT

Multi-pane terminal interface for parallel Claude Code agents with git worktree isolation

Package Exports

  • claude-code-plus-plus
  • claude-code-plus-plus/dist/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (claude-code-plus-plus) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Claude Code++

A multi-pane terminal interface for running parallel Claude Code agents with git worktree isolation.

Claude Code++ Screenshot

Features

  • Multi-session management: Run multiple Claude Code sessions simultaneously
  • Git worktree isolation: Each session can operate in its own git worktree
  • Terminal manager: Create and manage terminal panes within each session
  • tmux-based: Leverages tmux for robust pane management and session persistence
  • Keyboard-driven: Full keyboard navigation with mouse support

Installation

npm install -g claude-code-plus-plus

Requirements

  • Node.js >= 18.0.0
  • tmux installed and available in PATH
  • Claude Code CLI (claude) installed

Usage

Run in any git repository:

claude++

Or use the shorter alias:

ccp

Keyboard Shortcuts

Key Action
/k Move selection up
/j Move selection down
Enter Create session / Switch to session
n New worktree
d Delete session/worktree
r Rename
Ctrl+T New terminal in current session
Ctrl+G Toggle sidebar
Ctrl+C Quit menu

Terminal Manager

Key Action
1-9 Switch to terminal tab
Click Switch to clicked tab
n New terminal
d Delete current terminal

How It Works

Claude Code++ creates a tmux session with:

  • A sidebar for managing worktrees and sessions
  • A main area for Claude Code and terminal panes

Each Claude session is associated with a git worktree, allowing you to work on multiple branches simultaneously with isolated Claude Code agents.

License

MIT