mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-06-26 05:21:17 +02:00
Add invoker plugin
This commit is contained in:
parent
3ea3384186
commit
8098afeefb
2 changed files with 65 additions and 0 deletions
13
plugins/invoker/README.md
Normal file
13
plugins/invoker/README.md
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
# invoker autocomplete plugin
|
||||
|
||||
* Adds autocomplete options for all invoker commands.
|
||||
|
||||
## Requirements
|
||||
|
||||
In order to make this work, you will need to install the invoker gem
|
||||
|
||||
gem install it like:
|
||||
|
||||
gem install invoker
|
||||
|
||||
more details about the gem at http://invoker.codemancers.com and https://github.com/code-mancers/invoker
|
||||
Loading…
Add table
Add a link
Reference in a new issue