anyrun-org / plugin-websearch

Plugin to search with your preferred search-engine
GNU General Public License v3.0
1 stars 2 forks source link

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: "?",
  // Options: Google, Ecosia, Bing, DuckDuckGo, Custom
  //
  // Custom engines can be defined as such:
  // Custom(
  //   name: "Searx",
  //   url: "searx.be/?q={}",
  // )
  //
  // NOTE: `{}` is replaced by the search query and `https://` is automatically added in front.
  engines: [Google] 
)