]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/plugins/pow/README.md
...
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / pow / README.md
1 # pow plugin
2
3 This plugin adds completion and commands for [pow](http://pow.cx/), a
4 zero-configuration Rack server for macOS.
5
6 To use it, add pow to the plugins array of your zshrc file:
7
8 ```sh
9 plugins=(... pow)
10 ```
11
12 ## Commands
13
14 - `kapow` will restart an app.
15
16   ```bash
17   kapow myapp
18   ```
19
20 - `kaput` will show the standard output from any pow app.
21 - `repow` will restart the pow process.