0.01
Low commit activity in last 3 years
No release in over a year
Makes github search grep and pipeable
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
>= 0
 Project Readme

makes github search grep and pipeable

First create a application token with read access + enable SSO if available.

gem install github-grep

export GITHUB_TOKEN=<your token>
# or: git config github.token <your token>

# search code:
github-grep 'user:grosser unicorn' | grep 'dictionary' | grep -v 'higher'

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

NOTE: there are random 403 errors on the last page of a search (usually empty anyway), contacted github support about that :/