Created
January 10, 2022 05:43
-
-
Save pew/294477872f6a50a9466adaaac8c5e366 to your computer and use it in GitHub Desktop.
Clone Starred GitHub Repositories
This file contains hidden or 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
| # 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