Skip to content

(NOTE: this is not the repo you want) Plugin to search with your preferred search-engine

License

Notifications You must be signed in to change notification settings

00-kat/anyrun-plugin-websearch

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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] 
)

About

(NOTE: this is not the repo you want) Plugin to search with your preferred search-engine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 55.8%
  • Nix 44.2%