footprint

command module
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Jul 23, 2026 License: MIT Imports: 15 Imported by: 0

README

footprint

Generate a per-repository report of a user's commits and squash-merged pull requests in a GitHub organization for a given month.

Installation

Grab a static binary from releases page and install it in your $PATH.

Or install it with Go:

go install github.com/alternateved/footprint@latest

Or build it from source:

git clone https://github.com/alternateved/footprint
cd footprint
make install

Authentication

footprint requires a GitHub personal access token with repo scope when accessing private repositories. It resolves one from the following sources, in order:

  1. GH_TOKEN environment variable takes precedence.
export GH_TOKEN=ghp_xxxx
  1. gh - if the GitHub CLI is installed and authenticated, footprint uses its token automatically.

Usage

footprint -u <USER> -o <ORG> [-y <YEAR>] [-m <MONTH>]

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