Claude Code Git Worktree Zellij - CLI tool for parallel development with git worktrees and Claude Code in zellij panes
npm install ccgwzClaude Code Git Worktree Zellij
> Work on multiple branches simultaneously with git worktrees, zellij panes, and Claude Code instances.
Imagine working on a feature branch while simultaneously fixing a bug on another branch, all without the hassle of switching contexts. CCGWZ makes this possible by:
- 🌿 Creating isolated git worktrees for each branch
- 🖥️ Setting up organized zellij panes
- 🤖 Launching Claude Code in each workspace
``bashJust run it!
npx ccgwz
Requirements: Git repo + Zellij + Claude Code
🎮 Usage
`bash
ccgwz # Interactive: create 1 pane
ccgwz --panes 2 # Create 2 panes
`🏗️ What happens?
1. 📍 Validates your environment (git repo, zellij running)
2. 💬 Prompts for branch names interactively
3. 🌳 Creates worktrees like
../myproject-feature/`- Setup & Development - Development environment setup
- Architecture & Design - Technical architecture
- Troubleshooting - Common issues and solutions
- Project Status - Development roadmap
We welcome contributions! See docs/SETUP.md for development setup.
MIT