Skip to content

Instantly share code, notes, and snippets.

@vinayr
Last active September 4, 2020 02:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save vinayr/31b38ad4c82e4bf3a59fd4cf35db8113 to your computer and use it in GitHub Desktop.
Save vinayr/31b38ad4c82e4bf3a59fd4cf35db8113 to your computer and use it in GitHub Desktop.
List all your github repos
curl https://api.github.com/user/repos?page=1&per_page=100&access_token=YOUR_ACCESS_TOKEN | jq '.[] | select(.permissions.admin == true) | .html_url'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment