ohmyzsh/plugins/pow
Repository files (latest commit first)
Filename Latest commit message Latest commit date
aviu16 67bdda91f5 Fix unquoted variable expansions in pow plugin
Quote variable expansions to prevent word splitting and globbing issues:
- Line 35: echo $basedir → echo "$basedir"
- Line 40: basename $basedir → basename "$basedir"

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-16 16:01:36 -05:00
..
pow.plugin.zsh Fix unquoted variable expansions in pow plugin 2026-02-16 16:01:36 -05: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.