~ What is it?
Bash autocompletion for teamocil (https://github.com/remiprev/teamocil).
Provides completion for available layouts:
$ teamocil<tab>
one two three
Option completion available as well:
$ teamocil -<tab>
--edit --here --layout --list --show
~ Installation
Source completion script into your `.bashrc` or `.bash_profile`.
$ cd /path/to/repo
$ echo "source $(pwd)/contrib/completion.bash" >> ~/.bashrc
~ Copyright
Copyright (c) 2014 Vital Kudzelka. Use it for Good not Evil.
Distributed under the MIT license (http://mit-license.org/vitalk).