-
-
Notifications
You must be signed in to change notification settings - Fork 457
Add plugin: Process Killer #103
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
Conversation
This plugin is a direct port of Wox.Plugin.ProcessKiller from https://github.com/theClueless/Wox.Plugins
for consistency with other plugins
To avoid killing processes by mistake, only give the option to kill all displayed processes when they are all instances of the same executable.
to kill all processes whose file path matches with the selected result.
jjw24
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could we break Main's code up, at the very minimum the code handling processes should be in a separate file/class?
Otherwise LGTM
I agree, I wanted to split the code but it was getting late yesterday and I left it for later. Done now, and also added a couple minor enhancements. |
7fb722c to
daa112e
Compare
As discussed in #95, I have ported Wox.Plugin.ProcessKiller as a default plugin for the Flow Launcher.
I have also made a few minor enhancements:
kill all X processeswhen the filtered process results are not all from the same path, to avoid killing processes by mistake.I think we should find a better icon but other than that it works well...
Screenshots of how it looks in action: