fnu / VBoxManage-completion

VBoxManage bash-completion

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VBoxManage-completion.bash

Simple bash completion for VBoxManage

Usage

  • Clone repo
alex@vostok:/Volumes/HD/dev$ git clone https://github.com/alexandregz/VBoxManage-completion
alex@vostok:/Volumes/HD/dev$ cd VBoxManage-completion/
  • Copy/move/link VBoxManage-completion file to your completion files dir:

For example, with Homebrew bash-completion:

alex@vostok:/Volumes/HD/dev/VBoxManage-completion(master)$ ln -s $(pwd)/VBoxManage-completion.bash  /usr/local/etc/bash_completion.d/VBoxManage
  • Reload your shell: source ~/.bash_profile

About

VBoxManage bash-completion

License:MIT License


Languages

Language:Shell 100.0%