Created
June 10, 2025 07:54
-
-
Save Lutzifer/3ce3710ec83cb5ba7e60a9a1de66bc11 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
echo $(echo "digraph{"; gh pr list --json baseRefName,headRefName | python3 -m json.tool | grep RefName | cut -d ":" -f 2 | awk 'BEGIN {RS=""}{gsub(/,\n/," -> ",$0); print $0}' | sed 's/$/;/g'; echo "}";) | /usr/local/bin/graph-easy; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment