This tool crawls current and children directories for git repos, and checks if there are changes that are not committed, pushed, or pulled.
Show all repos:
$ mrh
foo (2 changes, unpushed commits)
bar
baz (unpulled commits)
qux
Show all repos that have uncommitted and/or unpushed changes:
$ mrh --changed
foo (2 changes, unpushed commits)
baz (unpulled commits)
Following is the most easy way to install the tool (assuming you have the Rust toolchain installed):
cargo install mrh