-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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
[Run] Ability to execute system/OS commands like shutdown #2408
Comments
This is a great idea. We have a plugin based architecture so this should be possible. |
There is a launcher? |
It is coming in 0.18 :) |
Any way to test out the launcher? |
Clone master or wait a few days :) |
Any idea how many days ;p ? |
Is there an SDK that 3rd-party devs can work against to provide plugins? Or at least documentation on existing arch? A quick scan of the repo didn't highlight anything for me? This would also relate to my feature request: #3622 |
@thexamlguy I want this feature as much as you do; just if it helps: you can achieve reboot, hibernate, log off and power-off with
the It's not ideal, but I hope it helps someone else. This is in my MRU for win+r :D |
(thumbs-down isn't for the efforts of @GreenMan36 but because this hack has to be in place to provide simple functionality) @GreenMan36 glad you found a workaround; until the perf and basic functionality issues are resolved, I'm back on KeyPirinha. It's not opensource, but, like Linus, I prefer stuff that works over ideals :/ |
Use what works for you. We are still in preview and adjusting a lot. .19 should have some pretty big perf tweaks and tons of stability issues resolved. |
TLDR: can someone help port https://github.com/Wox-launcher/Wox/tree/master/Plugins/Wox.Plugin.Sys and we should get this ability |
@crutkas I'd like to tackle this port from Wox if that's okay? Honestly, my most used plugin. ETA for PR, end the week? |
@enricogior This should be in Done not in To do |
During the PR, we missed this wasn't in the installer WSX file. We caught this super late so we're moving this to 0.31 |
As per this twitter conversation, it would be nice to have the ability to execute system commands such as sleep, shutdown ,and switch user account from within the launcher via the use of friendly keywords.
Some keyword examples:
"sleep" - send the PC to sleep
"hibernate" - send the PC to sleep
"shutdown" - shut the PC down
"switch user" - switch user account
As current if we search for Sleep from within Windows Search we are only given the option to view Sleep and power settings. It is possible to run such commands from Win + R, although our command will instead look like this
rundll32.exe powrprof.dll,SetSuspendState 0,1,0
, not quite user friendly to be honest! :)Screenshot taken from the twitter conversation showing how we could prioritize the UI for common Windows system commands above the search result.
The text was updated successfully, but these errors were encountered: