Manages Git worktrees using a fuzzy finder to streamline development and enable parallel workflows, including for AI coding agents.
`gwq` is a command-line tool that lets you create, switch, and remove Git worktrees quickly with a fuzzy finder interface. It helps developers work on multiple branches or features simultaneously without conflicts, which is particularly useful for parallel AI coding agents. You can use commands like `gwq add -b <branch-name>`, `gwq list`, and `gwq status` to manage your projects efficiently.
Manages Git worktrees using a fuzzy finder to streamline development and enable parallel workflows, including for AI coding agents.
Developers who frequently juggle multiple Git branches or want to run parallel AI agents should use `gwq`.