config/oh-my-zsh/plugins/pow
2023-02-27 20:04:56 +05:30
..
pow.plugin.zsh add zsh 2023-02-27 20:04:56 +05:30
README.md add zsh 2023-02-27 20:04:56 +05:30

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.