A fast, cross-platform CLI tool to check the git status of multiple projects organized by categories.
Run check-projects to see which of your projects have uncommitted changes, are ahead of remote, or have other git status indicators.
rcleveng•1h ago
Cool, I just had claude code write me something similiar this week to go through my immediate directories and get me this type of information on each one of this (since all of my git repos are under a single dir)
ngalaiko•59m ago
things people do instead of having a monorepo
alajmo•47m ago
Cool, I wrote a similar tool but that let's users define their own tasks (comes with a tui as well) github.com/alajmo/mani.
chrisdugne•5d ago
Run check-projects to see which of your projects have uncommitted changes, are ahead of remote, or have other git status indicators.