Skip to content

Instantly share code, notes, and snippets.

@obfusk
Created December 20, 2017 17:10
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save obfusk/77a957d6dbb8202f59741ef8489f5093 to your computer and use it in GitHub Desktop.
Save obfusk/77a957d6dbb8202f59741ef8489f5093 to your computer and use it in GitHub Desktop.
github merged pull requests etc. via api w/ curl and jq
author=obfusk
curl -s -- "https://api.github.com/search/issues?q=type:pr+is:merged+author:$author&per_page=100" \
| jq '.items[].repository_url'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment