Fastgem

fastgem project logo

Fastgem is a terminal client for searching inside your ruby gems.

https://github.com/Nguyenanh/fastgem

Required:

Recommended:

Installation

Install as you would any other ruby gem:

$ gem install fastgem

screenshot of fastgem output

Using

To find which gems contain the string "foo", you would type:

$ fastgem search 'foo'

Contributing

  1. Fork the project ( https://github.com/Nguyenanh/fastgem/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new pull request with a description of your changes