dot_files/dot_oh-my-zsh/plugins/pow
Viktor Barzin 58ef6d327f initial
2025-11-22 22:51:27 +00:00
..
pow.plugin.zsh initial 2025-11-22 22:51:27 +00:00
README.md initial 2025-11-22 22:51:27 +00:00

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.