bang!path

A Helping Hand for pow.cx Users

Here’s a useful script I whipped up for Pow.cx users. Drop the pow script in a convenient spot like ~/bin, name it pow, and give it a symlinky friend named unpow:

Liquid error: undefined method `join’ for \ncd ~/bin\nln -s pow unpow\n

Now you’re all set for an even easier time working with Pow:

Liquid error: undefined method `join’ for #

You can choose a custom site name:

Liquid error: undefined method `join’ for \npow ~/code/my-awezome-rails-app mara\nopen http://mara.dev/\n

Cleaning up old sites is as easy as:

Liquid error: undefined method `join’ for \nunpow ~/code/my-awezome-rails-app\n

Full paths aren’t needed, the pow script will do the right thing:

Liquid error: undefined method `join’ for \ncd ~/code/my-awezome-rails-app\npow .\n

I periodically update pow, so be sure to check pow -h for current options and features not listed above.

Enjoy!

Pow script on gist.github.com

Comments