Skip to content

Instantly share code, notes, and snippets.

@desyncr
Forked from defel/github_search_cli.sh
Created December 17, 2016 23:25
Show Gist options
  • Save desyncr/502eb5a817e88f758fb5b7c7e3b46ac1 to your computer and use it in GitHub Desktop.
Save desyncr/502eb5a817e88f758fb5b7c7e3b46ac1 to your computer and use it in GitHub Desktop.
Search Github for Projects which README file contains "antigen bundle"
curl https://api.github.com/search/repositories\?q\=antigen bundle+in:readme | json -a items| json -a id name full_name html_url
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment