Zazu App Zazu is a new open source productivity app, that allows developers to be in the drivers seat. Unlike other solutions, there are no built in integrations, so every plugin has the full scope of what Zazu has to offer. http://zazuapp.org/ Wed, 19 Jun 2019 15:14:10 +0000 Wed, 19 Jun 2019 15:14:10 +0000 Jekyll v3.8.5 Zazu's v0.5.0 is released! <h3 id="bugs">Bugs</h3> <p>There were quite a few bugs that were fixed. For example if you ever tried narrowing down your plugin logs in the debugger, it wasn’t working as correctly, but it’s fixed now.</p> <p>We also made <code class="highlighter-rouge">npm</code> more resilient, yet again!</p> <h3 id="features">Features</h3> <p>We are introducing a new block type <a href="http://zazuapp.org/documentation/blocks/#preview">Preview</a> which allows you to display large text on the screen, compared to a small notification. This would be useful for presentations, or for more accessible communications.</p> <p>We fixed quite a few more bugs and added a few more features, be sure to check out the <a href="https://github.com/tinytacoteam/zazu/blob/master/changelog.md#050">changelog</a> for information on the rest of the bugs.</p> Sat, 18 Mar 2017 00:00:00 +0000 http://zazuapp.org/blog/2017/video-introduction-to-zazu http://zazuapp.org/blog/2017/video-introduction-to-zazu Video Introduction to Zazu <iframe src="https://player.vimeo.com/video/206729309" width="640" height="400" frameborder="0" webkitallowfullscreen="" mozallowfullscreen="" allowfullscreen=""></iframe> <p>This is a short video about Zazu. Zazu is an open source launcher on steroids. It ships with a rich set of plugins to make your life easy. You can write your own plugins to extend the behavior of Zazu.</p> <h2 id="install-zazu">Install Zazu</h2> <p>To install Zazu please visit the <a href="/download/">website and download</a> the appropriate binary for your operating system. Zazu is cross-platform compatible and we currently supply binaries for Windows, Mac and Ubuntu.</p> <h2 id="using-zazu">Using Zazu</h2> <p>Once it is successfully installed, you can launch Zazu. You’ll notice the feather icon in the menu bar of your operating system. You can now open Zazu using the shortcut key <code class="highlighter-rouge">Alt-Space</code>. Launching an application is as simple as typing a few letters from the name of the program. For example typing <code class="highlighter-rouge">chr</code> will show <code class="highlighter-rouge">Google Chrome</code> in the results.</p> <h2 id="default-plugins">Default Plugins</h2> <p>Zazu ships with a rich set of plugins that go beyond the simple application launching. One such plugin is a <a href="http://github.com/tinytacoteam/zazu-calculator">calculator</a> which allows you to do math calculations such as <code class="highlighter-rouge">5 * 3</code>. You can then press enter to automatically copy that result into the clipboard. It can also do a few advanced calculations like converting between feet to inches or pounds to kilograms.</p> <p>Another useful plugin that ships by default is the <a href="https://github.com/tinytacoteam/zazu-clipboard">clipboard manager</a> which can be launched using <code class="highlighter-rouge">Cmd-Shift-V</code>. You can search through this list of items you’ve copied earlier in the day. It can also show you a handy preview of the images you have copied.</p> <h2 id="installing-plugins">Installing Plugins</h2> <p>But the real power of Zazu lies with the plugins contributed by users to satisfy their specific needs. You can browse through a list of available plugins on the [plugins page][plugins page] or you can look at them straight from Zazu by typing <code class="highlighter-rouge">list</code>. To install plugins you can type <code class="highlighter-rouge">install emoji</code> and click on the <code class="highlighter-rouge">emoji</code> plugin you’d like to install.</p> <h2 id="updating-your-configuration">Updating your Configuration</h2> <p>The configuration for Zazu is stored in a simple JSON file in your home folder. In MacOS and Linux you can find this file under <code class="highlighter-rouge">~/.zazurc.json</code>. On Windows you can find it in <code class="highlighter-rouge">C:\Users\YOUR_NAME\.zazurc.json</code>.</p> <p>In your configuration file, you have options to modify the hotkey to launch Zazu, change the theme, or modify the configuration for individual plugins. Like the fallback searches to show in the results list, or the hotkey for the clipboard manager.</p> <p>Since this is a text file, you can also back it up, version it and share it with others.</p> <h2 id="creating-plugins">Creating Plugins</h2> <p>If you are interested in creating plugins for Zazu you can find lots of help in the <a href="/documentation/">documentation of the website</a>, you can also reach out to the core team or the community members on <a href="https://gitter.im/tinytacoteam/zazu">Gitter</a>. Lastly, if you run into bugs please file an issue on <a href="https://github.com/tinytacoteam/zazu">GitHub</a>.</p> Tue, 07 Mar 2017 00:00:00 +0000 http://zazuapp.org/blog/2017/video-introduction-to-zazu http://zazuapp.org/blog/2017/video-introduction-to-zazu