Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: add cerebro-search as default plugin #613

Merged
merged 2 commits into from
Oct 21, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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