aksakalli / gtop

System monitoring dashboard for terminal
MIT License
9.74k stars 326 forks source link

Feature request: Fuzzy search for process command #41

Open Olian04 opened 7 years ago

Olian04 commented 7 years ago

Environment

Description

It would be usefull to be able to search for the names of commands associated with processes. For example i was watching this dropbox process and wondered why it peeked at 24% CPU usage, and then it suddenly dropped (to some unknown %), it would then have been nice to be able to search for "dropbox" to instantly find it again.

Maybe using some sort of fuzzy search library? (like fuzzysort)