Skip to content

Instantly share code, notes, and snippets.

#!/usr/bin/env zsh
# Multi-project worktree manager with Claude support - Oh My Zsh Plugin
#
# ASSUMPTIONS & SETUP:
# - Your git projects live in: ~/projects/
# - Worktrees will be created in: ~/projects/worktrees/<project>/<branch>
# - New branches will be named: <your-username>/<feature-name>
# - You are using Oh My Zsh
#
# DIRECTORY STRUCTURE EXAMPLE: