1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-06 07:20:40 +01:00
Files

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.