git-statuses
git-statuses finds local git repositories and show statuses of them.

Install
go get github.com/kyoh86/git-statuses
Usage
git statuses [--json] (pathspec)
or
cd (pathspec); git statuses [--json]
Result
Sample
$ git statuses
-1 +2 U github.com/kyoh86/git-statuses
-1 U github.com/kyoh86/go-jsonrider
+3 M github.com/kyoh86/go-pcre
M github.com/kyoh86/gogh
MU github.com/kyoh86/mogelo
(status) (repository path)
(status) (repository path)
: :
| status |
description |
+n |
Contains ahead commits |
-n |
Contains behind commits |
M |
Contains deleted/modified files |
U |
Contains untracked files |
LICENSE

This is distributed under the MIT License.