]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/plugins/supervisor/README.md
...
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / supervisor / README.md
1 # supervisor plugin
2
3 This plugin adds tab-completion for `supervisord`/`supervisorctl` in [Supervisor](http://supervisord.org/).
4 Supervisor is a client/server system that allows its users to monitor and control a number
5 of processes on UNIX-like operating systems.
6
7 To use it, add `supervisor` to the plugins array in your zshrc file:
8
9 ```zsh
10 plugins=(... supervisor)
11 ```
12
13 These scripts are from [zshcompfunc4supervisor](https://bitbucket.org/hhatto/zshcompfunc4supervisor).