https://github.com/maxbeizer/gripst-ruby
grep some gists
https://github.com/maxbeizer/gripst-ruby
Last synced: about 1 year ago
JSON representation
grep some gists
- Host: GitHub
- URL: https://github.com/maxbeizer/gripst-ruby
- Owner: maxbeizer
- License: mit
- Created: 2018-08-10T02:12:30.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-02-02T16:17:11.000Z (over 6 years ago)
- Last Synced: 2025-03-26T21:09:19.576Z (about 1 year ago)
- Language: Ruby
- Homepage:
- Size: 72.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- Contributing: contributing.md
- License: LICENSE.txt
Awesome Lists containing this project
README
gripst
======
Is GitHub's Gist search not enough? Brute-force grep all your gists.
## Installation
[Create an access token for GitHub](https://help.github.com/articles/creating-an-access-token-for-command-line-use/)
```
$ gem install gripst
$ export GITHUB_USER_ACCESS_TOKEN=your_access_token_from_above
```
## Usage
```
gripst "(stuff|things)"
```
## Contributing
See [contributing.md](https://github.com/maxbeizer/gripst/blob/master/contributing.md)
## Credits
This Ruby script was originally written by [James White](https://github.com/jameswhite/).
## License
MIT