my xfce4 dotfiles
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
391 B

3 years ago
  1. # pow plugin
  2. This plugin adds completion and commands for [pow](http://pow.cx/), a
  3. zero-configuration Rack server for macOS.
  4. To use it, add pow to the plugins array of your zshrc file:
  5. ```sh
  6. plugins=(... pow)
  7. ```
  8. ## Commands
  9. - `kapow` will restart an app.
  10. ```bash
  11. kapow myapp
  12. ```
  13. - `kaput` will show the standard output from any pow app.
  14. - `repow` will restart the pow process.