Skip to content

Instantly share code, notes, and snippets.

@overengineer
Created October 12, 2021 18:38
Show Gist options
  • Save overengineer/c87876ffb54532a3d297cc25fbf114c9 to your computer and use it in GitHub Desktop.
Save overengineer/c87876ffb54532a3d297cc25fbf114c9 to your computer and use it in GitHub Desktop.
Clone All My Public Repos
curl -s "https://api.github.com/users/overengineer/repos?per_page=1000" | jq -r '.[] | [ .html_url, .full_name ] | @sh' | xargs -n 2 git clone
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment