I built gw, a small CLI utility that wraps git worktree to make running parallel coding agents less painful.
When you run multiple agents against the same repo, git worktree is usually the right tool — but the workflow is a bit clunky.
gw provides simple commands like gw add, gw cd, gw del, and gw ls, plus a gw status command to quickly see the state of all worktrees at once.
It works on macOS, Windows, and Linux, and installation is straightforward via brew, scoop, or a simple install.sh.
If you regularly run multiple worktrees (especially with agents), this might save you some friction.
(Stars are always appreciated )