Skip to content

yunshang/gem-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

gem-search

Imitate go-search

rubygems.org via the command-line.

Installation

$ go get github.com/yunshang/gem-search

Usage

  • Help text:
    $ gem-search --help
    Usage:
        gem-search <query>... [--top] [--count n] [--open]
        gem-search -h | --help
        gem-search --version
    
      Options:
        -n, --count n    number of results [default: 5]
        -o, --open       open rubygems.org search results in default browser
        -h, --help       output help information
        -v, --version    output version
  • Examples:
    $ gme-search rails
    
    rails
    https://github.com/rails/rails
    Ruby on Rails is a full-stack web framework optimized for
    programmer happiness and sustainable productivity. It
    encourages beautiful code by favoring convention over
    configuration.
    
    jquery-rails
    https://github.com/rails/jquery-rails
    This gem provides jQuery and the jQuery-ujs driver for your
    Rails 4+ application.
    $ gem-search -o rails
    # opens rubygems.org search results in default browser

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages