hishamhm / htop

htop is an interactive text-mode process viewer for Unix systems. It aims to be a better 'top'.
GNU General Public License v2.0
5.84k stars 581 forks source link

make "htop -u" the shortcut for "htop -u $USER" #878

Open guettli opened 5 years ago

guettli commented 5 years ago

It would be very nice, if this command:

htop -u $USER

would be the same as this one:

htop -u

This would be simpler.

Thank you.

honggyukim commented 5 years ago

If it's not good to reuse existing -u option because it always have to accept an argument, the following can be a good option as well.

htop -U

Thanks.

guettli commented 5 years ago

Yes, htop -U would be nice.