public
Rubygem
Description: Quickly open documentation for your Gems in your browser
Clone URL: git://github.com/kballard/openri.git
Search Repo:
openri /
name age message
folder .gitignore Wed May 14 14:55:29 -0700 2008 Initial commit [kballard]
folder LICENSE Wed May 14 14:55:29 -0700 2008 Initial commit [kballard]
folder README Thu May 15 21:04:48 -0700 2008 Tweak the formatting of the code in the README [kballard]
folder Rakefile Wed May 21 16:33:24 -0700 2008 Use Launchy to open the browser [kballard]
folder bin/ Wed May 14 15:09:42 -0700 2008 Refactor the important code into lib/openri.rb ... [kballard]
folder lib/ Wed May 21 16:33:24 -0700 2008 Use Launchy to open the browser [kballard]
folder openri.gemspec Wed May 21 16:33:24 -0700 2008 Use Launchy to open the browser [kballard]
README
= openri
by Kevin Ballard <kevin@sb.org>

== DESCRIPTION

openri is a script that opens the documentation
for the given gem in your browser.

The gem can be specified either by gem name or by require name.

== Usage

  $ openri gemname

=== Examples

  $ openri activerecord

Opens the documentation for ActiveRecord