From 24994731a3d7ad72efb21f54a42b09b78f97855b Mon Sep 17 00:00:00 2001 From: dubisdev Date: Fri, 23 Sep 2022 12:01:21 +0200 Subject: [PATCH 1/2] chore: add cerebro search as default plugin --- app/plugins/core/plugins/initializeAsync.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/plugins/core/plugins/initializeAsync.js b/app/plugins/core/plugins/initializeAsync.js index 27d69654..47969814 100644 --- a/app/plugins/core/plugins/initializeAsync.js +++ b/app/plugins/core/plugins/initializeAsync.js @@ -8,7 +8,7 @@ import getInstalledPlugins from './getInstalledPlugins' const DEFAULT_PLUGINS = [ process.platform === 'darwin' ? 'cerebro-mac-apps' : '@cerebroapp/cerebro-basic-apps', - 'cerebro-google', + '@cerebroapp/search', 'cerebro-math', 'cerebro-converter', 'cerebro-open-web', From 61d41101373362345bb25da2c5931ca2eed0966e Mon Sep 17 00:00:00 2001 From: dubisdev Date: Fri, 23 Sep 2022 12:02:15 +0200 Subject: [PATCH 2/2] docs: update docs --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 118f9419..486dec7c 100644 --- a/README.md +++ b/README.md @@ -19,10 +19,10 @@ After installation use the default shortcut `ctrl+space` to show the app window. ### Core plugins -- Search in the web with google suggestions; -- Search & launch application, i.e. `spotify`; -- Navigate in file system with file previews (i.e. `~/Dropbox/passport.pdf`); -- Calculator; +- Search in the web with your favourite search engine +- Search & launch application, i.e. `spotify` +- Navigate in file system with file previews (i.e. `~/Dropbox/passport.pdf`) +- Calculator - Smart converter. `15$`, `150 рублей в евро`, `100 eur in gbp`; ### Install plugins