Skip to content
/ gh-stats Public

Async command-line tool for retrieving the stars of all your Github projects. 🌟

Notifications You must be signed in to change notification settings

mre/gh-stats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

32 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🌟 Github Stats

🌈 This project graduated from mre-early-access on December 26, 2020 and is now public thanks to my generous sponsors.

Examples

Get stats for the current user:

cargo run -- --stars 100 --template template.md --filter projectname

Get stats for specific user:

cargo run -- mre --stars 100 --template template.md --filter projectname

Installation

cargo install --git https://github.com/mre/gh-stats --branch=main

(We have to wait for hubcaps 0.6.3+ for publication on crates.io.)

Usage

gh-stats 0.1.0
Github Stats

USAGE:
    gh-stats [FLAGS] [OPTIONS] --template <template> [--] [user]

FLAGS:
    -h, --help         Prints help information
    -V, --version      Prints version information
        --with-orgs    Include organization repositories

OPTIONS:
    -f, --filter <filter>...     Filter repositories (regex support)
    -o, --output <output>        Output file
    -s, --stars <stars>          The minimum number of stars required to display a project [default: 0]
    -t, --template <template>    Template file

ARGS:
    <user>    Github username for stats (default: own user)

About

Async command-line tool for retrieving the stars of all your Github projects. 🌟

Topics

Resources

Stars

Watchers

Forks

Languages