sindresorhus / fkill-cli

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

fkill doesn't search application list properly #81

Open klh opened 3 years ago

klh commented 3 years ago

image image

theres something wrong with the process search by name, in interactive mode fkill-cli can find and kill processes with BrowserStackLocal identifier but neither the cli or the npm module can kill that process as a variable

sindresorhus commented 3 years ago

Does using killall -m BrowserStackLocal work?

klh commented 3 years ago

Yeah it does :)

On 22 Sep 2021, at 11.32, Sindre Sorhus @.***> wrote:

killall -m BrowserStackLocal

sindresorhus commented 3 years ago

// @stroncium

stroncium commented 3 years ago

@sindresorhus Looks like it's mac, I can't really test it easily. Overall code seems quite straightforward, so looks like it's an issue with how the mac binary behaves.