CL interface to rubygems.org's search

I created a gem to search for gems from the command line:

install:
gem install gemqs

usage:
gemqs [[searchterm1] [searchterm2] … ]
<…search results >

github: https://github.com/daveheitzman/gemqs

hope it’s useful

David H.

On Mar 18, 2012, at 18:41 , David H. wrote:

hope it’s useful

[email protected]:~/$ gemqs rails test
gemqs searching http://rubygems.org on the terms: rails test
sunspot-rails-tester (0.0.4) 2,617 downloads
Enable sunspot during testing for real integration tests
rails-test-serving (0.1.4.2) 669 downloads
Makes unit tests of a Rails application run instantly
universe-rails-testing (0.1.1) 579 downloads
gem install universe-rails-testing
rails-test-toolbox (0.2.0) 422 downloads An
opinionated list of helpful testing tools for working with Ruby on
Rails.

vs

9997 % gem search -r “rails.*test”

*** REMOTE GEMS ***

guard-railstestdb (0.0.4)
rails-test-serving (0.1.4.2)
rails-test-toolbox (0.2.0)
sunspot-rails-tester (0.0.4)
universe-rails-testing (0.1.1)

???