I want to show you my open-source project Cerebro is a free alternative to Alfred and Spotligth, which I started working on several months ago and only recently achieved stability and cross-platform, with which I am ready to show the product to a wide audience.

(there will be a lot of screenshots under the cut)
I set myself several goals:
As a result, using javascript and electron, I created an application that I use all the time. Out of the box, it can:
Search and launch applications (currently only on MacOS);
Read and convert values
Navigate through the file system and show files

Translate from one language to another

A plugin is a simple npm module written in javascript. Basically, you can write a plugin in any other language by simply wrapping up the call to your script in js. Documentation for creating plugins is available on github .

At the time of this writing, 10 plug-ins are available, which can be searched and installed directly from the application:
Search in the database caniuse.com

Search movies on IMDB

Search gif at giphy.com

Finding the right emoji

Search in contacts in OSx

Kill - to kill any process in the systemI hope that you will find something useful for yourself. In the comments I would like to hear feedback, suggestions, criticism. And I will be glad to pull-requests and new plugins from developers!
→ Site
→ Repository
Source: https://habr.com/ru/post/320434/
All Articles