Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nguyenanh/fastgem
Command line color tool for search Ruby Gem faster
https://github.com/nguyenanh/fastgem
ruby rubygems
Last synced: about 1 month ago
JSON representation
Command line color tool for search Ruby Gem faster
- Host: GitHub
- URL: https://github.com/nguyenanh/fastgem
- Owner: Nguyenanh
- Created: 2015-12-27T13:37:21.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-31T01:59:46.000Z (about 9 years ago)
- Last Synced: 2024-12-13T00:02:52.341Z (about 1 month ago)
- Topics: ruby, rubygems
- Language: Ruby
- Homepage:
- Size: 17.6 KB
- Stars: 95
- Watchers: 6
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fastgem
![fastgem project logo](https://badge.fury.io/rb/fastgem.svg)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](https://cloud.githubusercontent.com/assets/7424863/12011037/5bb30e08-acf1-11e5-9a9d-db3685af0621.jpg)## 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'
```
## Contributing1. 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