Closed loureirorg closed 1 year 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.
fkill
I have this Hubstaff process that I'm trying to kill:
Hubstaff
But the search can't find it.
I also searched by its process ID without any luck:
But when I run fkill -v I can see the process. Although I have to search it by its full path.
fkill -v
Am I searching wrong?
The name became truncated at some point. I haven't had time to look into it: https://github.com/sindresorhus/fkill-cli/issues/78
I see. Glad to know it is in the pipeline for the next version. Thanks!
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:But the search can't find it.
I also searched by its process ID without any luck:
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?