Home

Awesome

<div align="center"> <img alt="image" src="https://user-images.githubusercontent.com/87907656/174868343-f9ac7940-c49f-47fb-8f9d-a48ece0fc907.png">

Kusa is a simple CLI tool that works on any platform and displays GitHub contribution graphs.

Language:Rust License:MIT Latest Release Platform Compatibility Twitter

</div>

Installation

Homebrew (only macOS)

$ brew tap Ryu0118/Kusa
$ brew install kusa

or download the appropriate file for your device from releases

Building From Source

To build and run Kusa on your machine put your GitHub Personal Access Token as the "GITHUB_ACCESS_TOKEN" variable (src/main.rs, line 9), your token does not need any scopes.

static GITHUB_ACCESS_TOKEN : &str = "GITHUB_ACCESS_TOKEN";

then run this

$ cargo run <github user name>

How To Generate A Github Access Token

Go to github developer settings.

Set the expiration date to "No Expiration".

Click "Generate Token" and then copy the token it generates.

Known Issues

Usage

kusa --help

USAGE:
    kusa [OPTIONS] <github user name>

ARGS:
    <github user name>

OPTIONS:
    -h, --help           Print help information
    -s, --hide-streak
    -V, --version        Print version information

kusa Ryu0118

<img alt="image" width="858" src="https://github.com/Ryu0118/Kusa/assets/87907656/a935a31e-d0b8-4e63-9d49-dfbefe6c84d5">