nate-parrott / Flashlight

The missing Spotlight plugin system
http://flashlight.nateparrott.com
Other
5.39k stars 411 forks source link

Add plugin for Viscosity #521

Open springheeledjak opened 9 years ago

springheeledjak commented 9 years ago

NB that this requires Viscosity to be installed. I can't guarantee it will do something sane otherwise.

xremix commented 9 years ago

I like that idea, nice.

springheeledjak commented 9 years ago

Thanks! It still has some issues -- the no-arg constructor queries Viscosity.app / com.viscosityvpn.Viscosity for the list of connections, so it can say "Connect to 'X' with Viscosity" as a default, but that makes the pattern-matching in Spotlight laggy. I was hoping I could cache that result in the Python script as a global, but it looks like Flashlight reloads the Python script every time, so no dice there.