2019-10-18 23:37:51 +02:00
|
|
|
# supervisor plugin
|
|
|
|
|
2019-10-19 17:29:46 +02:00
|
|
|
This plugin adds tab-completion for `supervisord`/`supervisorctl` in [Supervisor](http://supervisord.org/).
|
|
|
|
Supervisor is a client/server system that allows its users to monitor and control a number
|
|
|
|
of processes on UNIX-like operating systems.
|
2019-10-18 23:37:51 +02:00
|
|
|
|
|
|
|
To use it, add `supervisor` to the plugins array in your zshrc file:
|
2020-03-11 19:57:46 +01:00
|
|
|
|
2019-10-18 23:37:51 +02:00
|
|
|
```zsh
|
|
|
|
plugins=(... supervisor)
|
|
|
|
```
|
|
|
|
|
|
|
|
These scripts are from [zshcompfunc4supervisor](https://bitbucket.org/hhatto/zshcompfunc4supervisor).
|