A Tool for Working with Git Worktrees
Git worktrees have received a fair amount of press recently, since Claude Code et al. encourage using them when you're running multiple agents in parallel (to keep them from conflicting with each other).
I've found this useful, but working with Git worktrees directly is somewhat cumbersome. …