Skip to content

Instantly share code, notes, and snippets.

@jeremyfiel
Created November 15, 2019 05:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jeremyfiel/e9dccbd9a706052a29f0bef266ea6f2f to your computer and use it in GitHub Desktop.
Save jeremyfiel/e9dccbd9a706052a29f0bef266ea6f2f to your computer and use it in GitHub Desktop.
get all github repos from github api
//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