Denis Titusov 5f066dabc8 Add README for pow and powify plugins (#8225) 4 years ago
..
README.md 5f066dabc8 Add README for pow and powify plugins (#8225) 4 years ago
pow.plugin.zsh 19b925e741 use https everywhere (#6574) 5 years ago

README.md

pow plugin

This plugin adds completion and commands for pow, a zero-configuration Rack server for macOS.

To use it, add pow to the plugins array of your zshrc file:

plugins=(... pow)

Commands

  • kapow will restart an app.
  kapow myapp
  • kaput will show the standard output from any pow app.
  • repow will restart the pow process.