Skip to content

`$ bundle show` with helm interface

Notifications You must be signed in to change notification settings

masutaka/emacs-helm-bundle-show

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 

Repository files navigation

helm-bundle-show.el

melpa badge melpa stable badge

Introduction

helm-bundle-show.el provides interfaces of $ bundle show with helm.

Demo

You can open the gem directory from the results.

helm-bundle-show

Also you can choose some actions with <TAB> key.

helm-bundle-show2

Requirements

  • Emacs 24.5 or higher
  • helm 1.8.0 or higher
  • bundler 1.11.2 or higher

Installation

You can install helm-bundle-show.el from MELPA with package.el (M-x package-install helm-bundle-show).

Usage

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

helm-for-files

Require the following configuration.

(add-to-list 'helm-for-files-preferred-list 'helm-bundle-show--source)