Created
October 22, 2019 15:23
-
-
Save jottenlips/8c381142e51257dc48b93ff89310197b to your computer and use it in GitHub Desktop.
List all Github repos for a user
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
| curl "https://api.github.com/users/username/repos?per_page=100" | grep -o 'git@[^"]*' | sed "s/.git//g" | sed "s/github.com://g" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment