Skip to content

Instantly share code, notes, and snippets.

@pengwynn
Created January 12, 2013 01:27
Show Gist options
  • Save pengwynn/4515537 to your computer and use it in GitHub Desktop.
Save pengwynn/4515537 to your computer and use it in GitHub Desktop.
~ ⚡ curl https://api.github.com/repos/pengwynn/octokit/collaborators | jq -r '.[].login'
pengwynn
sferik
ctshryock
joeyw
~ ⚡ curl -n https://api.github.com/repos/pengwynn/octokit/collaborators | jq -r '.[].login'
pengwynn
sferik
ctshryock
joeyw
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment