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
- Host: GitHub
- URL: https://github.com/vitalk/teamocil-bash-completion
- Owner: vitalk
- Created: 2014-05-15T18:10:21.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-05-16T19:51:13.000Z (about 12 years ago)
- Last Synced: 2025-02-26T18:52:44.408Z (over 1 year ago)
- Language: Shell
- Homepage: https://github.com/vitalk/teamocil-bash-completion
- Size: 121 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
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).