-
Notifications
You must be signed in to change notification settings - Fork 7.3k
Description
Summary of the new feature/enhancement
I want to be able to start a web search from the launcher.
Ideally, I'd type bing power toys
and it would navigate to https://www.bing.com/search?q=power+toys
in my default browser.
google power toys
would go to the equivalent.
The ability to specify the keyword/search engine to use and the domain it goes to would also be necessary. Not only would this enable supporting other search engines, but it would also allow for people to adjust for different TLD versions of search engines.
This would be similar to functionality that used to be available in Enso launcher.
Proposed technical implementation details (optional)
This would presumably require some settings for determining which words are identified as initiating the search and the URL to submit the query to.
This could also be the base for similar functionality where a keyword could launch an app and pass other values as command-line arguments. Without additional arguments, this could also serve as a way to create aliases for apps so they could be launched with a small number of keystrokes.
crutkas: possible solution to this issue in #10619. It defers to default browser + user's search engine. Lets PT Run be generic