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

[pt run] Option to just launch browser and use query to search #10619

Closed
KloniaX opened this issue Apr 6, 2021 · 13 comments
Closed

[pt run] Option to just launch browser and use query to search #10619

KloniaX opened this issue Apr 6, 2021 · 13 comments
Labels
Idea-Enhancement New feature or request on an existing product Product-PowerToys Run Improved app launch PT Run (Win+R) Window Resolution-Fix Committed Fix is checked in, but it might be 3-4 weeks until a release. Run-Plugin Things that relate with PowerToys Run's plugin interface

Comments

@KloniaX
Copy link

KloniaX commented Apr 6, 2021

Just like Apple's ctrl+space feature, you should be able to quickly open a new window on your default browser, and immediately search the web. This is the main reason I downloaded PowerToys, and I am disappointed this is not yet a feature. Would love to see this added.

If you'd like to see this feature implemented, add a 👍 reaction to this post.

@KloniaX KloniaX added the Needs-Triage For issues raised to be triaged and prioritized by internal Microsoft teams label Apr 6, 2021
@crutkas crutkas changed the title Use default search engine to search online [pt run] Option to just launch browser and use query to search Apr 6, 2021
@crutkas
Copy link
Member

crutkas commented Apr 6, 2021

thought on implementation, could be last option.

hit up and that would go to bottom of search list. That could solve #3245. Wouldn't return results but would solve the user choice option

@crutkas crutkas added Idea-Enhancement New feature or request on an existing product Product-PowerToys Run Improved app launch PT Run (Win+R) Window Run-Plugin Things that relate with PowerToys Run's plugin interface and removed Needs-Triage For issues raised to be triaged and prioritized by internal Microsoft teams labels Apr 6, 2021
@crutkas
Copy link
Member

crutkas commented Apr 23, 2021

doing some quick run prompt tests, i don't know if we can default search. doing msedge foobar treats it as a URL

This was referenced Apr 30, 2021
@crutkas
Copy link
Member

crutkas commented Jun 8, 2021

executing THE_BROWSER "? QUERY" will actually query. Tested against edge and chrome and this does work.

chrome "? foo" and msedge "? foo" both worked

@ColeHardTruth
Copy link

ColeHardTruth commented Oct 6, 2021

executing THE_BROWSER "? QUERY" will actually query. Tested against edge and chrome and this does work.

chrome "? foo" and msedge "? foo" both worked

Hello, I'm new to the PowerToys hub and Github in general, but using build 0.47.0, this methodology doesn't work. Typing chrome "? [search]" and msedge "? [search]" comes up with no possible selectable options. Is this an error on my part?

Edit: It seems msedge -- "? [search]" does the trick, is there any more fluid way to accomplish this? Similarly to how it works in the W10 start menu?

@crutkas
Copy link
Member

crutkas commented Oct 6, 2021

@ColeHardTruth my comments here were notes on process paths for what could work as an agnostic solution, not direct notes for valid inputs for PT Run itself.

@ColeHardTruth
Copy link

ColeHardTruth commented Oct 6, 2021 via email

@crutkas
Copy link
Member

crutkas commented Oct 6, 2021

@ColeHardTruth, no need to be sorry :)

@ColeHardTruth
Copy link

@crutkas Okay 🙂 In this case then, is there a way to integrate this feature planned? obviously if I don't have to type that long string msedge -- "? [search]" it would be better, and automatically using the default browser would be pretty wonderful too

@crutkas
Copy link
Member

crutkas commented Oct 27, 2021

@ColeHardTruth, idea would be "ACTIONWORD query" and it behinds the scenes would launch your default browser and just do the search with your default search engine.

so if i did %foobar and % was my action word, my browser would launch against Bing in this instance as it is my default and search for foobar

@ColeHardTruth
Copy link

@ColeHardTruth, idea would be "ACTIONWORD query" and it behinds the scenes would launch your default browser and just do the search with your default search engine.

so if i did %foobar and % was my action word, my browser would launch against Bing in this instance as it is my default and search for foobar

I agree, that would be good. However, in trying to keep the apple spotlight parallels, I think it would be best if PowerToys assumed a websearch in default browser was the preferred action, and to execute the search for the typed term if other results below a certain relevance could not be found, such as obvious urls (.com, etc) or name-match programs. I have no clue how to implement this on a software-engineering level as I have little experience, but as an end-user that feels to me to be best 🙂

@crutkas
Copy link
Member

crutkas commented Oct 27, 2021

We are app first, not web search first model. Sounds like you may want something outside the scope of this issue as well

@ColeHardTruth
Copy link

ColeHardTruth commented Oct 28, 2021 via email

@crutkas crutkas added the Status-In progress This issue or work-item is under development label Dec 22, 2021
@crutkas crutkas removed the Status-In progress This issue or work-item is under development label Dec 24, 2021
@crutkas crutkas added the Resolution-Fix Committed Fix is checked in, but it might be 3-4 weeks until a release. label Dec 24, 2021
@crutkas
Copy link
Member

crutkas commented Jan 6, 2022

This is fixed in 0.53, get it at https://aka.ms/installPowerToys

@crutkas crutkas closed this as completed Jan 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Idea-Enhancement New feature or request on an existing product Product-PowerToys Run Improved app launch PT Run (Win+R) Window Resolution-Fix Committed Fix is checked in, but it might be 3-4 weeks until a release. Run-Plugin Things that relate with PowerToys Run's plugin interface
Projects
None yet
Development

No branches or pull requests

3 participants