Last active
September 18, 2015 02:11
-
-
Save MarxBro/b60639d1196586cf6a33 to your computer and use it in GitHub Desktop.
Get all your Github Repos.
This file contains 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
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