Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PowerToys Run] - Customizable web search #3563

Closed
themisir opened this issue May 23, 2020 · 1 comment
Closed

[PowerToys Run] - Customizable web search #3563

themisir opened this issue May 23, 2020 · 1 comment
Labels
Product-PowerToys Run Improved app launch PT Run (Win+R) Window Resolution-Duplicate There's another issue on the tracker that's pretty much the same thing.

Comments

@themisir
Copy link

Summary of the new feature/enhancement

Imagine you need to search something very quickly using PowerToys Run. You pressed Alt + Space, and you need to open your browser first then search on url bar. but instead I think we might use PT Run to launch websites as well as applications by typing some queries like: bing microsoft build. And it opens bing search result for microsoft build.

To customize web search, user might define prefixes and query url for the service.

Prefix Url
yt https://www.youtube.com/results?search_query={0}
bing https://www.bing.com/search?q={0}
google https://www.google.com/search?q={0}

I think users must be able to modify this list to add/edit/remove items.

For example when I type something like:

bing microsoft career

It should open this url on my default browser:

https://www.bing.com/search?q=microsoft+career

Proposed technical implementation details

You could check out this wox plugin for example.

Protip

Aslo, a note for myself

Power users could also use duckduckgo's "I'm feeling lucky" like service to directly search and redirect to first item.

Prefix Url
web https://duckduckgo.com/?q=!ducky+{0}

Source

So when we execute queries like web powertoys it will open this repo on our browser.

@jyuwono
Copy link
Contributor

jyuwono commented May 26, 2020

Closing this as a duplicate of #3245

@jyuwono jyuwono closed this as completed May 26, 2020
@jyuwono jyuwono added Product-PowerToys Run Improved app launch PT Run (Win+R) Window Resolution-Duplicate There's another issue on the tracker that's pretty much the same thing. labels May 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Product-PowerToys Run Improved app launch PT Run (Win+R) Window Resolution-Duplicate There's another issue on the tracker that's pretty much the same thing.
Projects
None yet
Development

No branches or pull requests

2 participants