Working with AI coding agents means I now juggle a lot more git worktrees than I used to. I built yawn to make that manageable: it discovers all your git projects & worktrees, lets you fuzzy-pick one (fzf, rofi, ...), and opens it. Worktree creation handles branch resolution, copies over untracked config files like .env, and runs setup commands automatically.There's no AI integration in the tool itself, that's intentional. Project switching and worktree management are just plumbing, and I wanted something that does that well without opinions about what you do inside them.