Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kawarimidoll/gh-graph
GitHub contribution graph in your terminal
https://github.com/kawarimidoll/gh-graph
contribution-graph curl gh-extension github
Last synced: 6 days ago
JSON representation
GitHub contribution graph in your terminal
- Host: GitHub
- URL: https://github.com/kawarimidoll/gh-graph
- Owner: kawarimidoll
- License: mit
- Created: 2021-08-25T07:54:10.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-25T12:21:49.000Z (5 months ago)
- Last Synced: 2024-12-30T07:06:45.043Z (13 days ago)
- Topics: contribution-graph, curl, gh-extension, github
- Language: Shell
- Homepage:
- Size: 33.2 KB
- Stars: 123
- Watchers: 2
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-gh-cli-extensions - **graph** - Display GitHub contribution graph in your terminal. (Fun)
- jimsghstars - kawarimidoll/gh-graph - GitHub contribution graph in your terminal (Shell)
README
# gh-graph
GitHub contribution graph in your terminal.
![screenshot](https://user-images.githubusercontent.com/8146876/131276560-9b97596f-2f21-48ed-a946-498c47d9faf1.png)
This command calls [kawarimidoll/deno-github-contributions-api](https://github.com/kawarimidoll/deno-github-contributions-api).
## Requirements
- [GitHub cli (gh)](https://github.com/cli/cli)
- [curl](https://github.com/curl/curl)## Installation
```
gh extension install kawarimidoll/gh-graph
```### Upgrading
```
gh extension list
gh extension upgrade kawarimidoll/gh-graph
```## Usage
Simply run:
```
gh graph
```View the help:
```
gh graph --help
```Have fun:
```
gh graph --pixel %EF%90%88%20 --scheme unicorn
```![options-example](https://user-images.githubusercontent.com/8146876/131276566-ea113885-9760-4f75-9b4d-396ac728264c.png)