Created
November 15, 2019 05:32
-
-
Save jeremyfiel/e9dccbd9a706052a29f0bef266ea6f2f to your computer and use it in GitHub Desktop.
get all github repos from github api
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
//grep -e matches a string / returns "ssl_url" | |
curl 'https://api.github.com/users/jeremyfiel/repos' | grep -e 'ssh' | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment