Projects
Worktree Plus
When Zapmoto was first created, it started with many repositories. Since Claude Code came out, it has become helpful starting Claude from a directory with all the repositories I need, so Claude has the most context. I found out about git worktrees which are super cool, you should try them! Basically, I can work on many different branches at once without having to ever stash. However, this led to headaches when I needed to make worktrees with my multiple repositories because I had to create worktrees for each repository. So I made this project which will go through and create worktrees automatically for each repository I need to work in. Pretty neat!
Fake Installer
If you run this program, it will seem to download and install a bunch of stuff, but nothing really happens. Crazy, right?