jacek-kurlit / pik

Process Interactive Kill
https://crates.io/crates/pik
MIT License
187 stars 7 forks source link

Highlight query matched chars #12

Closed jacek-kurlit closed 1 week ago

jacek-kurlit commented 4 months ago

Probably will work well after this https://github.com/jacek-kurlit/pik/issues/2

Since we will have matched indexes we can think about handling too long values in process table

grouzen commented 2 months ago

This one will be possible only if we use fuzzy search for all types of queries.

jacek-kurlit commented 2 months ago

This one will be possible only if we use fuzzy search for all types of queries.

Yes that was my plan - replace contains query with fuzzy to provide hightlight and better UX

grouzen commented 2 months ago

It seems this conversation is scattered across the issues :)

This is my comment from another thread:

What do you think about applying this to the rest of the types of queries? I guess it will only be Cmd and probably Args. I don't think it is good to add it for ports search.

jacek-kurlit commented 2 weeks ago

Implementation ready it just waits for general refactor because there is a lot to do before it can be merged