helm-bundle-show.el
provides interfaces of $ bundle show
with helm.
You can open the gem directory from the results.
Also you can choose some actions with <TAB>
key.
- Emacs 24.5 or higher
- helm 1.8.0 or higher
- bundler 1.11.2 or higher
You can install helm-bundle-show.el
from MELPA with package.el (M-x package-install helm-bundle-show
).
- Execute
$ bundle show
. - You can open the gem directory from the results.
- Also you can choose the following actions with
<TAB>
key.- Open Directory (default)
- Open Directory other window
- Open Directory other frame
- Browse RubyGems url (ex. https://rubygems.org/gems/rails)
- Copy RubyGems url
Require the following configuration.
(add-to-list 'helm-for-files-preferred-list 'helm-bundle-show--source)