#github #activity #github-cli #summary

app gh-summary

A command-line tool to summarize your GitHub activity

3 unstable releases

Uses new Rust 2024

0.2.1 Oct 3, 2025
0.2.0 Oct 3, 2025
0.1.0 Oct 2, 2025

#187 in Command line utilities

Download history 220/week @ 2025-09-27 164/week @ 2025-10-04 25/week @ 2025-10-11 4/week @ 2025-10-18

352 downloads per month

MIT/Apache

12KB
253 lines

gh-summary

A command-line tool to summarize your GitHub activity.

Installation

cargo install gh-summary --locked

Usage

Show activity summary for the past week:

gh-summary

Show activity since a specific date:

gh-summary --since 2025-09-01

Show detailed output with links to all items:

gh-summary --verbose
gh-summary -v

Combine options:

gh-summary --since 2025-09-01 --verbose

Requirements

  • GitHub CLI (gh) must be installed and authenticated
  • Run gh auth login if not already authenticated

What it shows

  • PRs opened
  • Issues opened
  • Issues closed
  • PR reviews given

Dependencies

~5.5MB
~83K SLoC