nicolargo / glances

Glances an Eye on your system. A top/htop alternative for GNU/Linux, BSD, Mac OS and Windows operating systems.
http://nicolargo.github.io/glances/
Other
26.87k stars 1.53k forks source link

Missing commands in help "h" screen #1973

Closed FastThenLeft closed 2 years ago

FastThenLeft commented 2 years ago

Describe the bug The below options are missing in the help "h" screen

To Reproduce Steps to reproduce the behavior:

  1. Start Glances with the followings options
  2. Press the key 'h'
  3. The following key commands are missing: A - Enable/disable Application Monitoring Process E - Erase current process filter K - Show/hide TCP connections k - Kill process M - Reset processes summary min/max N - Show/hide current time R - Show/hide RAID plugin W - Show/hide Wifi module 4 - Enable/disable all but quick look and load module

Expected behavior These commands should be listed on the help "h" screen

Desktop (please complete the following information):

Jahenr commented 2 years ago

Hi Nicolas

I am a new contributor, may I try help with this issue?

Thanks Regards J

nicolargo commented 2 years ago

@Jahenr With pleasure ! All the work should be done in the https://github.com/nicolargo/glances/blob/develop/glances/plugins/glances_help.py file. You can propose a pull-request when it is done.

I propose to organize the help screen with common feature on top of the screen.

Jahenr commented 2 years ago

Ok, thank you. I will let you know if I need any more info etc. Regards J

Jahenr commented 2 years ago

I can reproduce the steps mentioned above, and also get the same results of the options missing from the help menu.

The options above are displayed in the man page of glances, but not when h is pressed on the glances screen.

OS info: Linux Mint 20.2 Glances 3.2.4.2 psutil 5.5.1