pesos / grofer

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

[FEATURE REQ] Add keybindings for sorting output for `grofer proc` #107

Closed MadhavJivrajani closed 3 years ago

MadhavJivrajani commented 3 years ago

Is your feature request related to a problem? Please describe. As @Gituser143 pointed out, it'd be nice to have sort functionality based on different columns of the grofer proc output.

Describe the solution you'd like ctrl + 1 for sorting by first column of the output? And so on for the other columns.

Describe alternatives you've considered if any shift was discussed, but termui does not have keybindings for that.

Gituser143 commented 3 years ago

This should probably be done for grofer container too. Unsorted tables are annoying :P

Gituser143 commented 3 years ago

@MadhavJivrajani I'm going to take this up :P