aristocratos / btop4win

btop++ for windows
Apache License 2.0
814 stars 25 forks source link

[REQUEST] Terminate tree of processes #25

Open pidgeon777 opened 1 year ago

pidgeon777 commented 1 year ago

Is your feature request related to a problem? Please describe.

It is not very convenient to kill all subprocesses of a parent process manually.

Killing the parent process of a process tree, doesn't kill all the child processes.

Describe the solution you'd like

If kill process action is executed on a process parent, then kill the process itself and all of its childrens.

Describe alternatives you've considered

N/A.

Additional context

Maybe this could be achieved by adding a further keybinding? For example t for killing the selected process only, and T to kill the process itself and its childrens.