A command line tool wrapping the Github API. This can be helpful in getting information about large repositories like logs, chnages history without having to clone the repos.
MacOSX:
curl -L https://github.com/ahmedhagii/gitme/releases/download/0.1/gitme-mac-64bit.tgz \
| tar xz -C /usr/local/bin
Linux:
curl -L https://github.com/ahmedhagii/gitme/releases/download/0.1/gitme-linux-64bit.tgz \
| tar xz -C /usr/local/bin