git-ledger 
Track your local git clones
git-ledger acts as a simple key-value store, remembering the location of git-repositories on local filesystems.
Install
To install the library
go get github.com/git-hook/git-ledgerTo install the binary
go get github.com/git-hook/git-ledger/cmd/git-ledger
git ledger add .API
add [path]
Start tracking an existing repository.
find [slug]
Print the location of a tracked repository.
ls
Print all tracked repositories.
rm [path-or-slug]
Stop tracking an existing repository.
Related
License
MIT © Eric Crosson