Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/masutaka/emacs-helm-bundle-show
`$ bundle show` with helm interface
https://github.com/masutaka/emacs-helm-bundle-show
bundler emacs-helm emacs-lisp
Last synced: about 1 month ago
JSON representation
`$ bundle show` with helm interface
- Host: GitHub
- URL: https://github.com/masutaka/emacs-helm-bundle-show
- Owner: masutaka
- Created: 2015-04-12T11:10:40.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-05-26T14:02:01.000Z (over 5 years ago)
- Last Synced: 2024-10-13T16:44:59.666Z (3 months ago)
- Topics: bundler, emacs-helm, emacs-lisp
- Language: Emacs Lisp
- Homepage:
- Size: 940 KB
- Stars: 9
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# helm-bundle-show.el
[![melpa badge][melpa-badge]][melpa-link]
[![melpa stable badge][melpa-stable-badge]][melpa-stable-link][melpa-link]: https://melpa.org/#/helm-bundle-show
[melpa-stable-link]: https://stable.melpa.org/#/helm-bundle-show
[melpa-badge]: https://melpa.org/packages/helm-bundle-show-badge.svg
[melpa-stable-badge]: https://stable.melpa.org/packages/helm-bundle-show-badge.svg## 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](image/helm-bundle-show.gif)
Also you can choose some actions with `` key.
![helm-bundle-show2](image/helm-bundle-show2.gif)
## 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](https://melpa.org) 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 `` 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.
```lisp
(add-to-list 'helm-for-files-preferred-list 'helm-bundle-show--source)
```