Low commit activity in last 3 years
No release in over a year
Provides bash completion for bundle command
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 9.0.0, < 12.0.0
>= 12.0.0, < 14.0.0
>= 3.5.0, < 4.0.0
>= 1.25.0, < 2.0.0
>= 0.6.0, < 1.0.0
>= 2.8.0, < 3.0.0
 Project Readme

Bundler bash completion

Provides bash completion for bundle command.

Description

This will complete for all bundler commands (install, outdated, show, etc.). Completion is also made for installed gems and their binaries (for bundle update, bundle exec, etc.).

Installation

First, install gem:

gem install bundler_bash_completion

Then, add following line to your ~/.bashrc file:

eval "$(complete_bundle_bash_command init)"