Skip to content

kawarimidoll/gh-graph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gh-graph

GitHub contribution graph in your terminal.

screenshot

This command calls kawarimidoll/deno-github-contributions-api.

Requirements

Installation

gh extension install kawarimidoll/gh-graph

Upgrading

gh extension list
gh extension upgrade kawarimidoll/gh-graph

Installation with Nix / home-manager

Add the input to your flake.nix:

{
  inputs = {
    gh-graph = {
      url = "github:kawarimidoll/gh-graph";
      inputs.nixpkgs.follows = "nixpkgs";
    };
  };
}

Then add it to programs.gh.extensions:

{ inputs, pkgs, ... }:
{
  programs.gh = {
    enable = true;
    extensions = [
      inputs.gh-graph.packages.${pkgs.stdenv.hostPlatform.system}.default
    ];
  };
}

Usage

Simply run:

gh graph

View the help:

gh graph --help

Have fun:

gh graph --pixel %EF%90%88%20 --scheme unicorn

options-example

About

GitHub contribution graph in your terminal

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Contributors 5