The Wayback Machine - https://web.archive.org/web/20210303053341/https://github.com/nathos/ghinfo
Skip to content
master
Switch branches/tags
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

README.md

ghinfo

jq-powered Bash script experiment to display useful information about GitHub users & repos

What is it?

ghinfo displays summaries of GitHub users and repositories. Quickly grab stats, get a sense of project activiy, and display clone URLs all without leaving the command line.

Usage

  • To display a summary of a GitHub user:

    ./ghinfo -u <username>

  • To display a summary of a GitHub repository:

    ./ghinfo -r <username/repositoryname>

  • To display a list of forks for a GitHub repository:

    ./ghinfo -f <username/repositoryname>

For all commands, ghinfo can also accept a full GitHub user or repo URL as valid input.

NOTE: ghinfo must be executable: chmod 755 ghinfo

Dependencies

ghinfo uses the jq JSON processor and curl.

See the detailed installation instructions for jq.

Mac users can easily install jq with Homebrew:

brew install jq

About

jq-powered Bash script experiment to display useful information about GitHub users & repos

Resources

License

Releases

No releases published

Packages

No packages published

Languages