git-oh-shit
v1.0.7
Published
A CLI tool to crawl GitHub repositories and pull all names and email addresses from commit histories.
Downloads
14
Maintainers
Readme
Git, Oh Shit! (gos)
A CLI tool to crawl GitHub repositories and pull all names and email addresses from commit histories.
Installation
You can install this package globally using npm:
npm i -g gos
Usage
gos <github_username> [--details]
Options
--details
,-d
: Show detailed information for each email address, including the repositories and commit details.
Example
Fetch all emails and committer names for the user wiggercomputer
:
gos wiggercomputer
Fetch all emails and detailed commit information for the user wiggercomputer
:
gos wiggercomputer --details
gos wiggercomputer -d
License
This project is licensed under the MIT License - see the LICENSE file for details.