mirror of
https://github.com/puppetlabs/vmfloaty.git
synced 2026-01-26 05:28:40 -05:00
Add README for zsh tab completion
This commit is contained in:
parent
dee735e017
commit
e269d71fea
1 changed files with 6 additions and 0 deletions
|
|
@ -145,6 +145,12 @@ If you are running on macOS and use Homebrew's `bash-completion` formula, you ca
|
||||||
ln -s $(floaty completion --shell bash) /usr/local/etc/bash_completion.d/floaty
|
ln -s $(floaty completion --shell bash) /usr/local/etc/bash_completion.d/floaty
|
||||||
```
|
```
|
||||||
|
|
||||||
|
There is also tab completion for zsh:
|
||||||
|
|
||||||
|
```zsh
|
||||||
|
source $(floaty completion --shell zsh)
|
||||||
|
```
|
||||||
|
|
||||||
## vmpooler API
|
## vmpooler API
|
||||||
|
|
||||||
This cli tool uses the [vmpooler API](https://github.com/puppetlabs/vmpooler/blob/master/API.md).
|
This cli tool uses the [vmpooler API](https://github.com/puppetlabs/vmpooler/blob/master/API.md).
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue