gh-act

command module
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 25, 2022 License: MIT Imports: 9 Imported by: 0

README

gh-act

act is a tool to show your GitHub activity. It aggregates specified period and compare them and the previous period.

Usage

Count your activities in the last week.

$ gh act
Issue      	 6 (-1)
PullRequest	 5 (0)
Reviews    	10 (+4)

This means

  • You've created 6 issues and 1 less than the last period.
  • You've created 5 pull requests as same number as the last period.
  • You've reviewed 10 pull requests 4 more than the last period.

Run gh act -help to show more details.

$ gh act -help
act is a tool to show your GitHub activity.
It aggregates specified period and compare them and the previous period compare them and the previous period.

Example:
$ gh act # Count your activities in the last week
Issue      	 6 (-1)
PullRequest	 5 (0)
Reviews    	10 (-4)

$ gh act -ratio # Show your activities' ratio
Issue      	28% (+2%)
PullRequest	24% (+5%)
Reviews   	48% (-6%)

Usage:
  -month
    	aggregate by month
  -ratio
    	show activities' ratio
  -week
    	aggregate by week
  -year
    	aggregate by year

Installation

$ gh extension install x-color/gh-act

LICENSE

MIT

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL