Branchlet Plugin
Simple CLI git worktree manager, written in TypeScript.
Commands
Worktrees
branchlet worktree add— Add a new git worktreebranchlet worktree list— List git worktreesbranchlet worktree remove— Remove a git worktreebranchlet worktree prune— Prune stale worktrees
Usage Examples
branchlet worktree add feature-x
branchlet worktree list
branchlet worktree remove feature-x
branchlet worktree prune
branchlet --help
Installation
npm install -g branchlet
Key Features
- Simple git worktree management
- Create, list, remove, and prune worktrees
- Parallel branch development
- Clean worktree lifecycle management