jacek-kurlit / pik

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

fixed failing tests - removed fuzzy search from args #86

Closed jacek-kurlit closed 1 month ago

jacek-kurlit commented 1 month ago

I have fixed failing tests. the one issue is that fuzzy search for args 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