gsass1 / NTop

💻 htop-like system-monitor for Windows with Vi-keybindings.
GNU General Public License v3.0
1.23k stars 69 forks source link

can't sort on the column of command #11

Closed tlsalex closed 5 years ago

tlsalex commented 5 years ago

I can sort on all columns except the command column what I did exactly : sort COMMAND It shows me unknown column: command

gsass1 commented 5 years ago

At one time I renamed the "EXE" column to "COMMAND" and forgot to change the sort command, my bad.

In the meanwhile you can also use CTRL+ArrowKeys to change column sort.

tlsalex commented 5 years ago

BTW , I prefer you use Process instead of COMMAND as column.

BR