Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/martijnspaan/GitHubSearch
Commandline search utilizing the GitHub Api through Octokit
https://github.com/martijnspaan/GitHubSearch
Last synced: 30 days ago
JSON representation
Commandline search utilizing the GitHub Api through Octokit
- Host: GitHub
- URL: https://github.com/martijnspaan/GitHubSearch
- Owner: martijnspaan
- License: mit
- Created: 2016-09-06T11:52:33.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-12T19:06:41.000Z (over 6 years ago)
- Last Synced: 2024-08-03T22:18:04.109Z (4 months ago)
- Language: C#
- Size: 78.1 KB
- Stars: 10
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - martijnspaan/GitHubSearch - Commandline search utilizing the GitHub Api through Octokit (C# #)
README
# GitHubSearch - A commandline search utilizing the GitHub Api
Born from the limitation that the online [GitHub search](https://help.github.com/articles/searching-code/) has, where files larger than 384 KB are not indexed. This commandline search will download (and cache) the files before searching.
[![Build status](https://ci.appveyor.com/api/projects/status/v4fw8ahradj9baoh?svg=true)](https://ci.appveyor.com/project/martijnspaan/githubsearch)
## How to install
The easiest deployment mechanism is to install [Chocolatey](https://chocolatey.org/) and run the following command-line to install the [Chocolate package](https://chocolatey.org/packages/githubsearch):choco install githubsearch
Then run `GitHubSearch` or short `ghs` and observe the command-line arguments.
## License
Licensed under the [MIT License](https://github.com/martijnspaan/GitHubSearch/blob/master/LICENSE)
Thanks to all the awesome libraries making this searcher possible:
* [Octokit](https://github.com/octokit/octokit.net)
* [Colorful.Console](https://github.com/tomakita/Colorful.Console)
* [TinyIoC](https://github.com/grumpydev/TinyIoC)