Fastgem

Fastgem is a terminal client for search ruby gem. Only supports Ruby 1.9 and later. To install fastgem, we need ruby pre-installed, please refer to https://www.ruby-lang.org/en/installation/ to know how to install ruby. I recommend rvm to control the version of installed ruby.

Installation

Install it yourself as:

$ gem install fastgem

Use

in your terminal

fastgem search 'text-you-want-search'

Contributing

  1. Fork it ( 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 new Pull Request

Inspired by