Your GitHub profile in a nutshell.
The graphic on the left is an ASCII version of the contribution graph.
go install github.com/ethn1ee/ghfetchThis program uses the GitHub GraphQL API, which requires a GitHub access token. See the next session for how to create one.
To create a token from Settings > Developer settings > Personal Access Tokens. The minimal permission required for this program is read:profile.
After creating the token, set it as an environment variable GHFETCH_TOKEN.
By default, the program shows the past 6 months' contribution. You can change this by providing the number of years as a flag. The value can be a float.
ghfetch <username> --years 2Note that setting a wide range will result in a horizontally long graph.
