@gtadi/gwt
v0.1.2
Published
Interactive Git worktree manager TUI
Readme
gwt
Interactive Git worktree manager TUI.
Quick Start
npx @gtadi/gwtRun inside any git repository to get an interactive dashboard for managing worktrees.
Features
- List all worktrees with branch, path, dirty/clean status, and ahead/behind remote
- Create new worktrees from any branch
- Delete worktrees with confirmation (force-deletes dirty ones after confirm)
- Prune stale worktrees (orphaned entries from deleted branches)
- Open — copies the worktree path for easy
cd
Keybindings
| Key | Action |
|-----|--------|
| ↑/↓ | Navigate worktree list |
| n | Create new worktree |
| d | Delete selected worktree |
| p | Prune stale worktrees |
| o | Show path to selected worktree |
| q | Quit |
Screenshot
gwt — Git Worktree Manager
❯ main /Users/you/project ✓ clean ↑2
feature-auth /Users/you/project-auth ✗ dirty ↑0 ↓3
fix-bug /Users/you/project-fix ✓ clean =
[n] new [d] delete [p] prune [o] open [q] quitInstall globally
npm i -g @gtadi/gwt
gwt