Skip to content

Instantly share code, notes, and snippets.

@pew
Created January 10, 2022 05:43
Show Gist options
  • Select an option

  • Save pew/294477872f6a50a9466adaaac8c5e366 to your computer and use it in GitHub Desktop.

Select an option

Save pew/294477872f6a50a9466adaaac8c5e366 to your computer and use it in GitHub Desktop.
Clone Starred GitHub Repositories
# install the `gh` CLI first: https://cli.github.com
gh api user/starred --paginate -q '.[].clone_url' | xargs -n1 gh repo clone
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment