ccgwz
v0.1.3
Published
Claude Code Git Worktree Zellij - CLI tool for parallel development with git worktrees and Claude Code in zellij panes
Maintainers
Readme
🚀 CCGWZ
Claude Code Git Worktree Zellij
Work on multiple branches simultaneously with git worktrees, zellij panes, and Claude Code instances.
✨ What is CCGWZ?
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
🎯 Quick Start
# Just run it!
npx ccgwz
# Or install globally
npm install -g ccgwzRequirements: Git repo + Zellij + Claude Code
🎮 Usage
ccgwz # Interactive: create 1 pane
ccgwz --panes 2 # Create 2 panes🏗️ What happens?
- 📍 Validates your environment (git repo, zellij running)
- 💬 Prompts for branch names interactively
- 🌳 Creates worktrees like
../myproject-feature/ - 🎛️ Arranges zellij panes in optimal layout
- 🚀 Launches Claude Code in each workspace
📖 Documentation
- Setup & Development - Development environment setup
- Architecture & Design - Technical architecture
- Troubleshooting - Common issues and solutions
- Project Status - Development roadmap
🤝 Contributing
We welcome contributions! See docs/SETUP.md for development setup.
📄 License
MIT
