-
-
Notifications
You must be signed in to change notification settings - Fork 158
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
Smart mode #6
Comments
Maybe we could group processes with the same name into one? And when selected, it would open a menu with an option to kill all or select individual processes. |
I think I found something that can help but It'll probably need some changes in ps-list. Chrome creates a seperate process for every tab and extension and all these processes run with some options as shown in image. I was thinking that may be we can modify the ps-list a bit and send another parameter in response that contains the arguments of a process. If the user kills this process it'll close chrome and it'll not show 50 chrome processes and close the window associated with that process. |
It's possible for users to start Chrome with arguments, like specifying where to put the profile data or open Incognito directly, so that wouldn't work, but I guess we could easily special case Chrome and detect its helper processes and hide them. |
This is done in 3.5.0. It now hides any helper processes. |
@IssueHunt has funded $40.00 to this issue. See it on IssueHunt |
What is the status of this issue? |
@stroncium The following needs to be resolved: #6 (comment) Having a sub-menu for identically named processes would also let us add an entry to delete all processes with the same name. |
Currently there's a lot of useless processes in interactive mode that I would never care to close. Like all the Chrome helper processes. These makes it harder to find processes I actually want to close. With some simple heuristics I think we could hide away most of those useless processes.
Should smart mode be default when using the interactive UI?
What processes needs hiding?
Google Chrome Helper(done)The text was updated successfully, but these errors were encountered: