Hacker News new | ask | show | jobs
by avitzurel 3830 days ago
Command line screenshots isn't really helping for a visual tool. With no screenshots or an online demo this requires a lot of work to just decide if it's useful or not.

Also, I haven't looked at the code but the first thing I do when looking at Ruby projects is look for test/spec directory. Kudos for having it and testing your library

1 comments

Completely agree, it is a place holder until I've put together my own site which I'll ideally demo there. I've spent all my time tweaking and improving Photish that I haven't had time to start the site that I wanted to create before I made the tool!

A demo is available running "photish init --example && photish host", the design is kinda embarrassing though so I wouldn't want people misjudging the possibilities of what you can create with my poor example site design :)

Thanks for poking around, testing is important to me too. There are also feature tests with cucumber/aruba in the /features directory.