fastgem icon indicating copy to clipboard operation
fastgem copied to clipboard

Command line color tool for search Ruby Gem faster

Fastgem

fastgem project logo

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

https://github.com/Nguyenanh/fastgem

Required:

  • ruby 1.9 or greater (see https://www.ruby-lang.org/en/installation/ )
  • rubygems (included with ruby; see https://github.com/rubygems/rubygems )

Recommended:

  • rvm for controling your versions of ruby (see: https://github.com/rvm/rvm )

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'

To add option order by count doanloads, you would type:

$ fastgem search -d '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

Features-v0.2.0

  • Push Gem on RubyGem via terminal color progress