sindresorhus / fkill-cli

Fabulously kill processes. Cross-platform.
MIT License
6.88k stars 159 forks source link

Search doesn't find process #85

Closed loureirorg closed 1 year ago

loureirorg commented 2 years ago

First of all, thanks for the amazing tool.

I recently started using fkill, but I'm not sure if I'm doing it wrong or what.

I have this Hubstaff process that I'm trying to kill: fkill-cant-find

But the search can't find it.

I also searched by its process ID without any luck: fkill-cant-find-by-process

But when I run fkill -v I can see the process. Although I have to search it by its full path.

Am I searching wrong?

sindresorhus commented 1 year ago

The name became truncated at some point. I haven't had time to look into it: https://github.com/sindresorhus/fkill-cli/issues/78

loureirorg commented 1 year ago

I see. Glad to know it is in the pipeline for the next version. Thanks!