Skip to content

Instantly share code, notes, and snippets.

View pbsds's full-sized avatar
🥸
In PhD crunch mode

Peder Bergebakken Sundt pbsds

🥸
In PhD crunch mode
View GitHub Profile
@pbsds
pbsds / committer-progress.sh
Last active October 12, 2025 20:49 — forked from lorenzleutgeb/committer-progress.sh
Nixpkgs Committer Progress
#! /usr/bin/env nix-shell
#! nix-shell -i bash -p bash gh
set -eu
# See <https://gist.github.com/lorenzleutgeb/239214f1d60b1cf8c79e7b0dc0483deb>.
# Will exit non-zero if not authenticated.
gh auth status
if [ $# -ge 1 ]