kura / vagrant-bash-completion

Add autocomplete for Vagrant to bash completion

Home Page:https://kura.io/vagrant-bash-completion/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NO LONGER MAINTAINED

My interest in Vagrant and thus this code waned some time ago. Fortunately the wonderful brbsix and I fully endorse this.


Getting stuff merged

If you have a pull request you want merged, shout at me on Twitter [at]kuramanga or via email kura[at]kura[dot]io

Installation

Debian/Ubuntu

sudo wget https://raw.github.com/kura/vagrant-bash-completion/master/etc/bash_completion.d/vagrant -O /etc/bash_completion.d/vagrant

OS X

@kura is now supporting releases to homebrew-completions because other people stopped doing it.

Please note: @kura is not a Mac user, all Mac & Homebrew support was provided by additional contributors. I will help as much as I can but I can't promise anything. Sorry.

With homebrew you can install the vagrant-completion recipe to use this plugin

brew tap homebrew/completions
brew install vagrant-completion

then add the following lines to your ~/.bashrc

if [ -f `brew --prefix`/etc/bash_completion.d/vagrant ]; then
    source `brew --prefix`/etc/bash_completion.d/vagrant
fi

License

This software is licensed using the MIT License. The license is provided in the source code repository.

Notes

Original - https://github.com/nfedyashev/bash-it/blob/master/plugins/vagrant.plugins.bash

Mine has more functionality and changes to locations

About

Add autocomplete for Vagrant to bash completion

https://kura.io/vagrant-bash-completion/

License:MIT License


Languages

Language:Shell 96.3%Language:Makefile 3.7%