pawelgrzybek / div

Div — a simple Alfred window manager
https://pawelgrzybek.com/div-simple-alfred-windows-manager/
218 stars 19 forks source link

Not Working on Sierra #4

Closed BTCCoffeeTable closed 7 years ago

BTCCoffeeTable commented 7 years ago

Could just be me, but appears not to be working on Sierra, this seems an amazing tool, would love to get it up and running.

BTCCoffeeTable commented 7 years ago

My apologies, it works just fine, but with PathFinder (Finder replacement) running it does not work. My bad.

pawelgrzybek commented 7 years ago

Hi Eric.

Problem with path that you are having is not related with plugin but with development setup. I recommend to spin some local server instead of working with system paths in your browser. It is easy like...

python -m SimpleHTTPServer 8000
php -S 0.0.0.0:8000 -t .

Hopefully this helped you out...