jacek-kurlit / pik

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

Add fuzzy search for Cmd, Ports, and Args #83

Closed grouzen closed 1 month ago

grouzen commented 1 month ago

Addresses #2

This PR completes the related issue by adding fuzzy search for Cmd, Ports, and Args types of search (it's been added for Path in the previous PR).

I think the next step is to support highlighting the matched characters: https://github.com/jacek-kurlit/pik/issues/12