countjocular / zazu

:rocket: Cross platform productivity tool.

Home Page:http://zazuapp.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Zazu

Join the chat at https://gitter.im/tinytacoteam/zazu

Travis Build Status AppVeyor Build Status

Zazu is a cross platform productivity application. Download it from the releases page.

Zazu was created to be a fully open source alternative to Alfred, but also be completely plugin based. You can remove any functionality you don't like, so if you hate the built in calculator, just get a new one!

We also have all of your configuration in a dotfile in ~/.zazurc.json so it can be backed up and synced!

Be sure to check out our amazing Documentation.

Development

As you might expect:

npm install
npm start

If you enable debug mode it will make it so Zazu won't hide and the dev tools will open by default. You can enable debug mode by adding a debug flag to true inside of your ~/.zazurc.json

{
  "debug": true,
  "hotkey": "cmd+space",
  "theme": "tinytacoteam/zazu-playful-theme",
  "plugins": []
}

About

:rocket: Cross platform productivity tool.

http://zazuapp.org

License:MIT License


Languages

Language:JavaScript 89.7%Language:Gherkin 4.4%Language:NSIS 3.6%Language:HTML 1.7%Language:CSS 0.6%