citadel

My dotfiles, scripts and nix configs
git clone git://jb55.com/citadel
Log | Files | Refs | README | LICENSE

open-pr (134B)


      1 #!/usr/bin/env bash
      2 
      3 repo=$(git remote -v | grep origin | sedcut ':([^/]+/[^ ]+)' | head -n1)
      4 open "https://github.com/$repo/pull/$1"