Thanks to visit codestin.com
Credit goes to github.com

Skip to content

cvgw/github-grep

 
 

Repository files navigation

makes github search grep and pipeable

Setup

  • create a application token with read access
  • clone repo
  • set env variable GITHUB_AUTH_TOKEN
~/github-grep/$ bundle install

Add ~/github-grep/bin to your path


# search code:
github-grep 'user:grosser unicorn' | grep 'narrow-it-down' | grep -v 'something good'

# search issues and PR comments:
github-grep 'repo:kubernetes/kubernetes network error' --issues | grep 'narrow-it-down' | grep -v 'something good'

About

Grep through github search results

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%