gem-man
gem-man copied to clipboard
RubyGems plugin to view a gem's manpage.
At http://defunkt.io/gem-man/ it points to http://rtomayko.github.com/ron/ but it doesn't work any more. It's http://rtomayko.github.io/ronn/
gem-man doesn't follow the standard `$MANPATH` directory structure (`man/manX/Y.X` where `X` is the section number and `Y` is the manual page) but instead uses a single flattened directory (`man/Y.X`) to...
Hi there, this PR makes gem-man search for page names instead of gem names. Previously, if you didn’t know which gem a manpage is contained in (e.g. you had a...
Calling `gem man` with no arguments produces an error. Should print the usage instead. $ gem man ERROR: While executing gem ... (TypeError) can't convert NilClass to String
I had some trouble finding this project, since it does not comply with the defacto rubygem plugin naming convention of `rubygems-foo`.
Being able to search the installed gem's man pages, as well as falling back to the system installed man pages (if -s is given, of course). Would be nice if...