Add README for zsh tab completion

This commit is contained in:
Jesse Scott 2020-09-21 16:58:50 -07:00
parent dee735e017
commit e269d71fea
No known key found for this signature in database
GPG key ID: 285826E26E0AAD93

View file

@ -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
```
There is also tab completion for zsh:
```zsh
source $(floaty completion --shell zsh)
```
## vmpooler API
This cli tool uses the [vmpooler API](https://github.com/puppetlabs/vmpooler/blob/master/API.md).