Files
dotfiles/zsh/.oh-my-zsh/plugins/pow/README.md
Christian Nieves 76a6480b62 Populate repo
2022-04-19 15:50:47 +00:00

391 B

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.