Anvil - a Mac app for Pow
anvilformac.com
Anvil - a Mac app for Pow
1–10 of 73 posts
Re: Anvil - a Mac app for Pow
#2Re: Anvil - a Mac app for Pow
#3needs to escape the space. App itself looks polished, checking it out now!
Re: Anvil - a Mac app for Pow
#4Re: Anvil - a Mac app for Pow
#5Nice little app. Would be handy to be able to edit the generated .dev URL to be different from the folder.
I wrote something similar (https://github.com/rktjmp/ker-pow) a while ago but never considered using it to actually make new ~/.pow/ links, I might add that in. Anvil is probably much more useful!
[1] http://pow.cx
Re: Anvil - a Mac app for Pow
#6Nice little app. Would be handy to be able to edit the generated .dev URL to be different from the folder.
Re: Anvil - a Mac app for Pow
#7Nice little app. Would be handy to be able to edit the generated .dev URL to be different from the folder.
Thats not really how Pow[1] works. It's weird that there isn't any mention of Pow on that page if that's what it's using in the backend. I didn't download it since I'm not on 10.7, maybe it mentions it later. I wrote something similar ( https://github.com/rktjmp/ker-pow ) a while ago but never considered using it to actually make new ~/.pow/ links, I might add that in. Anvil is probably much more useful! [1] http://p…
I think you will find that is _exactly_ how Pow works. Because you're just creating a symlink (ln -s source_name link_name) you can name it whatever you want. (i.e. ln -s ~/sites/my_full_url.com.au ~/.pow/blog)
Re: Anvil - a Mac app for Pow
#8I'm very glad you didn't decide to go the Mac App Store route -- as sad as it sounds, MAS has incredible friction compared to an old fashioned zip
Re: Anvil - a Mac app for Pow
#9Re: Anvil - a Mac app for Pow
#10Your "Install Pow" doesn't work with a drive name which has spaces. eg. /bin/sh /Volumes/Macintosh HD/Downloads/Anvil.app/Contents/Resources/InstallPow.sh; exit needs to escape the space. App itself looks polished, checking it out now!