pesos / grofer

A system and resource monitoring tool written in Golang!
Apache License 2.0
352 stars 52 forks source link

[FEATURE REQ] Add keybind to navigate to child process in grofer proc #100

Open roysti10 opened 3 years ago

roysti10 commented 3 years ago

Is your feature request related to a problem? Please describe. While running grofer proc with a pid with say a few child processes, there is no way to navigate to a child process directly, The only way to do that would be to note down the PID and run grofer proc with noted PID

Describe the solution you'd like Some sort of keybinding (like Ctrl-Enter) to directly jump to that child process would be nice

Additional context Suggestions on what keybind to use are appreciated

roysti10 commented 3 years ago

is C-Enter fine or is there any other keybind you guys have in mind? @MadhavJivrajani

MadhavJivrajani commented 3 years ago

Hey @lucasace!

Yeah C-Enter SGTM!

MadhavJivrajani commented 3 years ago

@lucasace how's it going?