Daydreamer-riri / PowerToys-Run-WebSearchShortcut

This is a simple PowerToys Run plugin for quickly select a specific search engine to perform searches.
MIT License
73 stars 6 forks source link

Adding Perplexity AI Search Engine #17

Open yuvalg72 opened 1 month ago

yuvalg72 commented 1 month ago

Hey Riri, Is there any chance to add the Perplexity AI Search Engine to this addon?

Daydreamer-riri commented 1 month ago

Hi, the principle of WebSearchShortcut is to use a query (or parameter) to bring search terms into the search engine. However, after my attempt, it seems that Perplexity AI cannot input search terms via the URL.

But for now, you can still add

{
  "perplexity": {
    "Url": "https://www.perplexity.ai/"
  }
}

to your configuration. This will not perform a search, but you can quickly open this site through this plugin.