pesos / grofer

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

[Enhancement] Improve the way container actions are handled #123

Closed MadhavJivrajani closed 3 years ago

MadhavJivrajani commented 3 years ago

Following #112, the menu of signals to send to processes turned out great and is really user friendly as well, since we have a bunch of actions that we can perform on a container as well through grofer, we can probably better the feedback given on execution of an action (currently the color of the row is changed as an indication of confirming that action via executing the same key-binding again).

Since the number of actions is significantly lesser, a menu similar to #112 might not work. We can instead having a floating window come up (similar to help windows that come up when we press ? on a UI based command), along with details about the container on which the action is to be performed. These details could include but are not limited to:

Feel free to use this space to discuss and hammer out the specifics of how it should work :)