I realised I was working on more parallel tasks with coding agents, but git branches became a huge bottleneck. Tried Git Butler but it just complicated things further. Found git worktrees as a solution but the git API was a bit too complicated for day to day. So thought I'll vibe-code this simple CLI utility to manage the process. It technically works with any setup – claude/codex/gemini + cursor/vim/whatever. Just manages git worktrees inside your repo and sets up your dev environment how you like it. Nothing fancy, just something I built to scratch my own itch. Figured others might have the same workflow friction too, so thought I'll share it here
Comments
skeptrune•12h ago
Hell yeah! This is cool. I made a similar thing called Uzi, but it's unmaintained at this point. Going to have fun trying this.
pranav7•1h ago
Cheers! Let me know how it goes, happy to hear any feedback.
skeptrune•12h ago
pranav7•1h ago