0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-12 04:01:14 +02:00
ohmyzsh/plugins/pow
2019-10-07 18:01:08 +02:00
..
pow.plugin.zsh use https everywhere (#6574) 2018-08-07 20:42:01 +02:00
README.md Add README for pow and powify plugins (#8225) 2019-10-07 18:01:08 +02: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.