mrh

Scan directories for git repos and show their pending changes status

cargomacoslinuxwindows
Try with needOr install directly
Source

About

Crawls filesystem and displays pending status of each git repo found

Commands

mrh

Examples

check git status of all repos in current folder$ mrh
scan home directory for all git repos with pending changes$ mrh ~
find uncommitted changes across all projects in a folder$ mrh /path/to/projects
display which git repos have unpushed commits$ mrh .
recursively check nested directories for dirty git repos$ mrh /workspace