Skip to content

MiniHarinn/nixpkgs-pr-tracker-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nixpkgs-pr-tracker-cli

Track a Nixpkgs PR's progress through release branches, from the terminal.

demo

Run

nix run . -- 518947

Or with cargo: cargo run --release -- <PR>.

Set GITHUB_TOKEN (or GITHUB_TOKEN=$(gh auth token)) to raise the API rate limit from 60 to 5000 requests/hour.

Symbols

  • branch contains the merge commit
  • branch does not yet contain it
  • compare failed or branch doesn't exist

Credits

Inspired by nixpk.gs/pr-tracker and ocfox/nixpkgs-tracker. Uses GitHub's REST compare endpoint — no local nixpkgs clone needed.

About

Yet another Nixpkgs PR Tracker, but CLI edition

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors