Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/halostatue/fish-ruby-bundler
Wrapper for `bundle exec`
https://github.com/halostatue/fish-ruby-bundler
fish fish-plugin fish-shell fisher ruby-bundler
Last synced: 6 days ago
JSON representation
Wrapper for `bundle exec`
- Host: GitHub
- URL: https://github.com/halostatue/fish-ruby-bundler
- Owner: halostatue
- License: other
- Created: 2020-10-13T04:29:36.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-01-21T05:14:13.000Z (11 days ago)
- Last Synced: 2025-01-21T06:19:57.242Z (10 days ago)
- Topics: fish, fish-plugin, fish-shell, fisher, ruby-bundler
- Language: Just
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# halostatue/fish-ruby-bundler
Automatically overrides the some calls to prepend `bundle exec` if the gem is
available within the context of a Ruby bundle.This is a fork of [oh-my-fish/plugin-bundler][omf-bundler] with some bug
fixes.[![Version]][release]
## Installation
Install with [Fisher][]:
```fish
fisher install halostatue/fish-ruby-bundler
```### System Requirements
- [fish] 3.0+
## Configuration and Default Functions
The following executables will automatically be wrapped:
- `annotate`
- `cap`
- `capify`
- `cucumber`
- `dashing`
- `guard`
- `kitchen`
- `middleman`
- `nanoc`
- `puma`
- `rackup`
- `rainbows`
- `rake`
- `rspec`
- `rubocop`
- `ruby`
- `shotgun`
- `sidekiq`
- `spec`
- `spinach`
- `spork`
- `thin`
- `thor`
- `unicorn`
- `unicorn_rails`Additional bundled executables may be added in your `config.fish` by setting
the list in the `bundler_execs` universal variable:```fish
set --unibundler_execs jekyll mustache
```## License
[MIT](LICENCE.md)
[fish shell]: https://fishshell.com "friendly interactive shell"
[Version]: https://img.shields.io/github/tag/halostatue/fish-ruby-bundler.svg?label=Version
[release]: https://github.com/halostatue/fish-ruby-bundler/releases
[Fisher]: https://github.com/jorgebucaran/fisher
[fish]: https://github.com/fish-shell/fish-shell
[omf-bundler]: https://github.com/oh-my-fish/plugin-bundler