cjbassi / ytop

A TUI system monitor written in Rust
MIT License
2.16k stars 84 forks source link

process filtering doesn't work #114

Closed sumanthratna closed 4 years ago

sumanthratna commented 4 years ago

when I try searching processes, nothing happens

Environment Information

Reproduction

  1. ytop

  2. type / (UI doesn't change)

  3. type s (UI doesn't change)

  4. hit enter (UI doesn't change)

  5. type / (UI doesn't change)

  6. type sq (ytop quits because of q)

CosmicHorrorDev commented 4 years ago

This is likely because process filtering isn't implemented in ytop yet.

Reference: #47

sumanthratna commented 4 years ago

whoops ;) didn't see that in the README

closing as a duplicate

CosmicHorrorDev commented 4 years ago

No problem! It can hard to keep track of all the issues. I'm also hoping process filtering gets added sometime soon!