[ANN] Initial release of gem_grep, a gem command plugin

G

ghorner

Hi,
I've written a gem command plugin, gem grep. You'll need the latest
rubygems v 1.3.2 to try it out.
gem grep enhances gem search in three ways:

1. Displays results in a well formatted ascii table. Allowing for
detail while still maintaining one gem per line.
2. Specify a list of any gemspec attributes you'd like to see for the
results want to see with a --columns option.
3. For local searches, search any number of gemspec attributes with a
--fields option.


Some examples: http://tagaholic.me/2009/04/23/how-to-write-a-rubygem-command-plugin.html#examples
Homepage: http://github.com/cldwalker-gem_grep

Install it with: gem source -a http://gems.github.com && sudo gem
install cldwalker-gem_grep

Enjoy!
Gabriel
 
C

cldwalker

This is awesome, but can you release it as a real gem?

Glad you like it. :) The above install should work for anyone.
By real gem I guess you mean putting it up on rubyforge? I'll drop it
on there soon.
 
C

cldwalker

Glad you like it. :) The above install should work for anyone.
By real gem I guess you mean putting it up on rubyforge? I'll drop it
on there soon.

For the rubyforge inclined, you can try this plugin with: sudo gem
install gem_grep
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Staff online

Members online

Forum statistics

Threads
473,764
Messages
2,569,566
Members
45,041
Latest member
RomeoFarnh

Latest Threads

Top