An open API service indexing awesome lists of open source software.

https://github.com/vitalk/teamocil-bash-completion

Bash autocompletion for teamocil layouts and options
https://github.com/vitalk/teamocil-bash-completion

Last synced: about 1 month ago
JSON representation

Bash autocompletion for teamocil layouts and options

Awesome Lists containing this project

README

          

~ What is it?

Bash autocompletion for teamocil (https://github.com/remiprev/teamocil).
Provides completion for available layouts:

$ teamocil
one two three

Option completion available as well:

$ teamocil -
--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).