readme: added websearch (#76)

This commit is contained in:
Andrej Benz
2023-08-08 14:08:00 +02:00
committed by GitHub
parent 59e0bf6e57
commit 1da9daa605
3 changed files with 39 additions and 11 deletions

View File

@@ -0,0 +1,18 @@
# Websearch
Search with your preferred search-engine. You can configure multiple engines.
## Usage
Enter your search-term and select the resulting search action you want to perform.
## Configuration
Default config
```
Config(
prefix: "?",
engines: [Google] // options: Google, Ecosia, Bing, DuckDuckGo
)
```