ClementTsang / bottom

Yet another cross-platform graphical process/system monitor.
https://clementtsang.github.io/bottom
MIT License
9.85k stars 232 forks source link

Allow filtering by user/process by default #1568

Open sabarish-vm opened 1 month ago

sabarish-vm commented 1 month ago

Checklist

Describe the feature request

It would be nice to have the processes panel to show only the processes run by a user by running something "btm -u" directly from the shell, an existing example would be "htop -u". It feels like a bit of work at the moment to filter the processes panel by typing "user " every time. Maybe this could also be extended for filtering processes by command names, an existing example would be "htop -F ".

Both of these are especially beneficial if one is using bottom on a computing cluster.

ClementTsang commented 1 month ago

Updated the title to better match your request, but this might be a duplicate of #405.