Back to browse
GitHub Repository

Stupidly simple git worktree management - Smart branch naming, interactive pruning, and automatic config copying for ZSH

12 starsShell

gwt-zsh – Stupidly simple Git worktree management

by aasimsani·Feb 18, 2026·6 points·1 comment

AI Analysis

●●SolidSolve My Problem

Git worktree UX layer, but Niri workspace zealots already solved this.

Strengths
  • Worktree stacking with parent tracking removes mental overhead for nested branches.
  • Smart naming (ticket-aware) + automatic config copying (`.vscode/`, `.env`) saves real keystrokes.
  • fzf fallback ensures usability without hard dependencies; well-tested zunit framework.
Weaknesses
  • Zsh-only; PowerShell support mentioned in CLAUDE.md suggests scope creep, not focus.
  • Solves a real but narrow problem—only useful if you actively stack worktrees daily.
Target Audience

Zsh users managing multiple Git worktrees simultaneously

Similar Projects