jacek-kurlit / pik

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

Args fuzzy search #87

Open jacek-kurlit opened 1 month ago

jacek-kurlit commented 1 month ago

pasting description from other PR #86

There is one issue with fuzzy search for args - it is causing a lot of troubles. I have notice on my system that some processes are passing all their args as single argument. This causes such process to have high chance of appearing on list despite being irrelevant. For that reason I have undone fuzzy search for args and replaced it with contains as before until I figure out what to do with it

This issue should focus on how to fix problem with arguments The problems are:

jacek-kurlit commented 1 day ago

Suggested solution: