-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
add ActionKeyword for Running processes #5823
Comments
I think this is a good idea, i we also need another superset item of allowing plugins to run but not return values by default. I think we need to figure out action keywords across all plugins as well so we can see possible conflicts and what 'feels' natural for a default value. |
this should be as easy as adding it to the plugin.json actionkeyword json file. but the bigger work item is the 2nd point |
@crutkas The app (Switcheroo) I mentioned has another feature, when an item is selected I press 'CTRL + Enter' this running process will be terminated. Can this functionality be also added to PT run? |
- Added keywords for each plug-in - Change window walker search to use Query, not RawQuery (to get rid of action keyword) - Make sure plug-ins that have action keywords as well as are in global list don't get added twice All tests passed that passed before I started Addressing issue microsoft#5823
incase others haven't seen this, @gordonwatts did a great job of adding in action words. Highly suggest people look at the feedback and would love thoughts. |
* Add action keywords for each plugin - Added keywords for each plug-in - Change window walker search to use Query, not RawQuery (to get rid of action keyword) - Make sure plug-ins that have action keywords as well as are in global list don't get added twice All tests passed that passed before I started Addressing issue #5823 * Fix bad formatting from the merge * Do not add global plug-ins if we have an action keyword Note side effect: you will not not be able to search for things that start with one of the plug-in keywords. * Missed merge conflict repair! * Revert "Do not add global plug-ins if we have an action keyword" This reverts commit e3b0ecd. * Adjust keywords to suggested ones * No need to ubild a query if we aren't going to use it Didn't quite get the if statement right the first time I put it in. * Do not add global plugins if we have an action keyword This means, especially without a space, that global plugins do not become part of the search. Which really narrows down the search results, nicely. * Update keywords as requested in the PR
Great PR by @gordonwatts!!! This will be in the 0.25 release due at the end of October. |
In the 0.25 release. https://github.com/microsoft/PowerToys/releases/tag/v0.25.0 |
📝 Add a filter for PowerToys Run for switching APPs
Challenge from AS-IS
When I click 'Alt + Space', a box popped, and I want to switch to another running process (e.g. teams), I type 'teams', the first item is always lunching Teams.

Recommendation
Add a filter, e.g. keyword 'r' + space means I only want to search the running processes and switch to the selected one.

e.g. I type 'r teams', and press Enter, then I switch from Chrome to Teams.
PS. Switcheroo (it's dead now. :( ) is a perfect Alt+Tab alternative. You can refer to it.
👍 👍
The text was updated successfully, but these errors were encountered: