.dots/zsh/plugins/pow
2021-06-10 11:49:35 +05:00
..
pow.plugin.zsh Добавлены конфиги tmux и zsh 2019-09-18 00:17:47 +05:00
README.md Обновление ohmyzsh 2021-06-10 11:49:35 +05: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.