bayleeadamoss / zazu

:rocket: A fully extensible and open source launcher for hackers, creators and dabblers.
http://zazuapp.org
MIT License
2.09k stars 168 forks source link

shortcuts for launch apps? #296

Closed jujes closed 7 years ago

jujes commented 7 years ago

Hi, someone know if possible use zazu with keyboard shortcuts for launch apps?

like: terminal chrome .... etc

thanks in advance,

bayleedev commented 7 years ago

You could make a plugin to do this. Start with a hotkey.

The file finder has a unique way of opening up apps cross platform where it goes to a user script or an open file based on the operating system.

You can see how it's done here:

https://github.com/tinytacoteam/zazu-file-finder/blob/master/zazu.json#L41-L54 https://github.com/tinytacoteam/zazu-file-finder/blob/master/openApp.js

If you do create a plugin, I'd love to get it into the plugin directory, thanks for stopping by!