An open API service indexing awesome lists of open source software.

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

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