All Projects → tinytacoteam → Zazu

tinytacoteam / Zazu

Licence: mit
🚀 A fully extensible and open source launcher for hackers, creators and dabblers.

Programming Languages

javascript
184084 projects - #8 most used programming language
Gherkin
971 projects
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to Zazu

zazu
🚀 A fully extensible and open source launcher for hackers, creators and dabblers.
Stars: ✭ 2,078 (+0.87%)
Mutual labels:  platform, alfred, core, hackers, spotlight, launcher, extensible, zazu
Dext
🔍 A smart launcher. Powered by JavaScript.
Stars: ✭ 713 (-65.39%)
Mutual labels:  spotlight, alfred, launcher
Wox
Launcher for Windows, an alternative to Alfred and Launchy.
Stars: ✭ 158 (-92.33%)
Mutual labels:  alfred, spotlight, launcher
Flow.launcher
Launch apps with greater control, search files effortlessly and extend features with community plugins. Fast and fluid productivity tool of choice that helps your workflow.
Stars: ✭ 288 (-86.02%)
Mutual labels:  spotlight, alfred, launcher
Wox
Launcher for Windows, an alternative to Alfred and Launchy.
Stars: ✭ 21,122 (+925.34%)
Mutual labels:  spotlight, alfred, launcher
sol
MacOS launcher & command palette
Stars: ✭ 1,335 (-35.19%)
Mutual labels:  alfred, spotlight, launcher
Modbus.net
A high extensible hardware communication platform using C#
Stars: ✭ 244 (-88.16%)
Mutual labels:  platform, extensible
flyteidl
Specification of the IR for Flyte workflows and tasks. Also Interfaces for all backend services. https://docs.flyte.org/projects/flyteidl/en/stable/
Stars: ✭ 27 (-98.69%)
Mutual labels:  core, extensible
QGettingStarted
An open-source library for launching and downloading 'Minecraft'.
Stars: ✭ 15 (-99.27%)
Mutual labels:  core, launcher
pinpoint
Keystroke launcher and productivity tool. macOS Spotlight and Alfred for Windows. Alternative to Wox.
Stars: ✭ 105 (-94.9%)
Mutual labels:  alfred, spotlight
arvis
Extendable cross-platform launcher that aims to help you run, edit, create any workflow simply
Stars: ✭ 39 (-98.11%)
Mutual labels:  spotlight, launcher
Fsfirestore
Functional F# library to access Firestore database hosted on Google Cloud Platform (GCP) or Firebase.
Stars: ✭ 22 (-98.93%)
Mutual labels:  platform, core
Baldphone
A new accessible interface for your smartphone, suitable for seniors
Stars: ✭ 181 (-91.21%)
Mutual labels:  platform, launcher
Launchyqt
🚀 Launchy project reactivated. Get the familiar feeling now!
Stars: ✭ 235 (-88.59%)
Mutual labels:  alfred, launcher
Alfred Pwgen
Generate passwords with Alfred
Stars: ✭ 201 (-90.24%)
Mutual labels:  alfred, extensible
Lisk Core
📟 Lisk blockchain application platform
Stars: ✭ 79 (-96.17%)
Mutual labels:  platform, core
Command Center
A CLI-based launcher and general productivity tool.
Stars: ✭ 78 (-96.21%)
Mutual labels:  alfred, launcher
Autocomplete
🔮 Fast and full-featured autocomplete library
Stars: ✭ 1,268 (-38.45%)
Mutual labels:  spotlight, alfred
Alfred Workflows
Alfred Workflows for Developers
Stars: ✭ 1,923 (-6.65%)
Mutual labels:  alfred
Alfred Dark Mode
Alfred 3 workflow to toggle the system dark mode
Stars: ✭ 165 (-91.99%)
Mutual labels:  alfred

Zazu

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

Travis Build Status AppVeyor Build Status

Zazu, is a cross platform and fully extensible and open source launcher for hackers, creators and dabblers. 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.

Action Shot

Introduction Video

Zazu App - Introduction

Package Manager

Manage your plugins from within Zazu.

Zazu App - Package Manager Plugin

Calculator

Accepts some common equations for you to copy to your clipboard.

Zazu App - Calculator Plugin

Clipboard History

Remembers things so you don't have to! Fuzzy search and browser all the things you've copied.

Zazu App - Clipboard History

File Finder

Find Applications or files deep in your file system.

Zazu App - File Finder

System Commands

Switch on your screen saver, lock your computer, and more!

Zazu App - System

Build your own!

Zazu is completely open, so build your plugins. You can get started building your plugin then head over and submit it to the plugins gallery!

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

If blur flag is false, then Zazu won't hide when it lost focus.

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

Deployment

To deploy simple update the version in both package.json and app/package.json (eg 0.3.2). After comitting you can tag the release, but be sure to add the v in front (eg v0.3.2). Push the commits then the tag.

The CI servers will upload the assets once the tests are done passing, the new release should be a draft, so once all assets are published you can publish the release on GitHub.

Lastly, you should re-publish the docs. Zazu uses the doc website to see if a new release is available so doing a quick release will allow others to download the newest version. Simply run npm run docs:publish.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].