gsass1 / NTop

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

how to filter a process #13

Closed tlsalex closed 5 years ago

tlsalex commented 5 years ago

Let's say I have a process notepad.exe

I want to search it by enter : notepad

then I hope that process can be highlight, then I can tag it and kill it or do something else.

BR

gsass1 commented 5 years ago

Type in /notepad.

The first process should be highlighted. Then you can press n to go to the next match or N to go to the previous match.

tlsalex commented 5 years ago

thanks