• This repository has been archived on 17/Nov/2017
  • Stars
    star
    188
  • Rank 199,013 (Top 5 %)
  • Language
    Shell
  • License
    MIT License
  • Created over 12 years ago
  • Updated almost 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Add autocomplete for Vagrant to bash completion

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

More Repositories

1

blackhole

Blackhole is an MTA written on top of asyncio, utilising async and await statements that dumps all mail it receives to /dev/null.
Python
61
star
2

eevee

A Material Design theme for the Pelican static site generator.
HTML
45
star
3

go-bash-completion

Bash completions for Go
Shell
34
star
4

pelican_youtube

YouTube directives for the Pelican static site generator.
Python
26
star
5

yarg

A semi hard Cornish cheese, also queries PyPI
Python
20
star
6

amisecure

Am I Secure? Python script to do system and config security checks.
Python
19
star
7

kura.gg

kura.gg source code and raw content
HTML
16
star
8

denyhosts-unban

Unban people from DenyHosts!
Shell
13
star
9

ssh-attack-visualisation

Python
13
star
10

pelican-githubprojects

A plugin for displaying your GitHub projects using the Pelican static site generator.
Python
10
star
11

ghastly

A clean and minimal, lightweight theme for the Pelican static site generator.
CSS
9
star
12

openresty-upstream-dns-example

6
star
13

hauntr

Hauntr is a minimal, lightweight and clean theme for the Pelican static site generator.
CSS
6
star
14

solr-munin

Python
5
star
15

git-bash-functions

Shell
4
star
16

rabbitmq-nagios

Python-powered rabbitmq plugins for Nagios
Python
4
star
17

pybozo

Python implementation of BozoCrack
Python
4
star
18

pelican-fontawesome

A plugin for using font-awesome icons in the Pelican static site generator.
Python
3
star
19

pelican_vimeo

Vimeo directives for the Pelican static site generator.
Python
3
star
20

python-procmail-forwarding

Personal program for catching messages from procmail and pushing only the sender and subject out to a push server.
Python
3
star
21

deiman

Deiman is a Python utility class for daemonizing a process. It provides start and stop methods, as well as a method for retrieving running status information. Linux/Unix-only.
Python
3
star
22

simplemta

Python & Eventlet powered MTA for accepting, bouncing or randomly doing both to incoming emails without any disk I/O, although no messages actually ever get delivered. Mainly for testing huge send rates.
Python
3
star
23

memory-eater

C
2
star
24

batfish

A Digital Ocean V2 shell, API and CLI interface
Python
2
star
25

tugboat-bash-completion

Bash completions for Tugboat
1
star
26

rabbitmq-munin

Shell
1
star
27

liasis

An asynchronous Python-powered HTTP daemon that serves RST or HTML websites
Python
1
star
28

apt-security

Few scripts to allow you to update packages from the APT security repositories
Shell
1
star
29

postfix-mgmt

A web and CLI-based management tool for Postfix SQL installs
JavaScript
1
star