Project

gh-search

0.0
No release in over 3 years
Low commit activity in last 3 years
Uses the GitHub API to perform searches for given string
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.17
~> 0.14
~> 10.0
~> 3.0
 Project Readme

GH-Search

A simple utility to search GitHub for alphanumeric strings

Installation

$ gem install gh-search

or add it to your application's Gemfile

For usage with private repositories the GITHUB_API_TOKEN env var will need to be set.

Usage

with ruby

$ gh-search --help

with docker

$ docker run --rm -it ddazza/gh-search:ruby --help $ docker run --rm -it -v pwd:/output -e GITHUB_API_TOKEN ddazza/gh-search:ruby "SEARCH TERM" -o /output/results.txt

Development with docker

$ make
$ make run

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/ddazza/gh-search. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

License

The gem is available as open source under the terms of the MIT License.