feat(web-search): add support for Brave search engine (#11106)

This commit is contained in:
Sibs
2022-10-14 20:07:26 +03:00
committed by GitHub
parent b9be3a43b4
commit 52e848ce8f
2 changed files with 20 additions and 17 deletions

View File

@@ -25,9 +25,10 @@ $ google oh-my-zsh
Available search contexts are:
| Context | URL |
|-----------------------|------------------------------------------|
| --------------------- | ---------------------------------------- |
| `bing` | `https://www.bing.com/search?q=` |
| `google` | `https://www.google.com/search?q=` |
| `brs` or `brave` | `https://search.brave.com/search?q=` |
| `yahoo` | `https://search.yahoo.com/search?p=` |
| `ddg` or `duckduckgo` | `https://www.duckduckgo.com/?q=` |
| `sp` or `startpage` | `https://www.startpage.com/do/search?q=` |