Skip to content

Commit

Permalink
chore: add cerebro-search as default plugin (#613)
Browse files Browse the repository at this point in the history
* chore: add cerebro search as default plugin

* docs: update docs
  • Loading branch information
dubisdev authored Oct 21, 2022
1 parent 2b82aed commit 0c70b6b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion app/plugins/core/plugins/initializeAsync.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 0c70b6b

Please sign in to comment.