brew install fswatch fswatch -o "$PWD"/*.gv | while read _ ; do dot -Tpng foo.gv -o foo.png && qlmanage -p foo.png ; done