Skip to content

Instantly share code, notes, and snippets.

@MarxBro
Last active September 18, 2015 02:11
Show Gist options
  • Save MarxBro/b60639d1196586cf6a33 to your computer and use it in GitHub Desktop.
Save MarxBro/b60639d1196586cf6a33 to your computer and use it in GitHub Desktop.
Get all your Github Repos.
curl https://api.github.com/users/USERNAME_HERE/repos 2>/dev/null | sed 's/"//g'| sed 's/,//g' | grep html_url | awk -F: '{print $2 ":" $3}' | sort | uniq
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment