Project

fastgem

0.03
No commit activity in last 3 years
No release in over 3 years
Search Gem color via terminal rubygem
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
>= 0
>= 0

Runtime

= 2.13.4
= 2.0
 Project Readme

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'

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