Skip to content

Instantly share code, notes, and snippets.

@jottenlips
Created October 22, 2019 15:23
Show Gist options
  • Select an option

  • Save jottenlips/8c381142e51257dc48b93ff89310197b to your computer and use it in GitHub Desktop.

Select an option

Save jottenlips/8c381142e51257dc48b93ff89310197b to your computer and use it in GitHub Desktop.
List all Github repos for a user
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