Skip to content

Instantly share code, notes, and snippets.

@eugenpirogoff
Created August 18, 2017 12:18
Show Gist options
  • Star 5 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eugenpirogoff/d209378723f683dfb0f12bf49d809091 to your computer and use it in GitHub Desktop.
Save eugenpirogoff/d209378723f683dfb0f12bf49d809091 to your computer and use it in GitHub Desktop.
clone all starred repos from user to local folder
curl "https://api.github.com/users/eugenpirogoff/starred?per_page=1000" | grep -o 'git@[^"]*' | xargs -L1 git clone
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment