sindresorhus / fkill-cli

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

Better process naming #18

Closed igoldny closed 7 years ago

igoldny commented 7 years ago

When i'm trying to kill my app node server, i'm looking for node and i get this:

screen shot 2017-03-05 at 12 38 36 pm

but how can i choose the correct one when all of them with the same name?

dnbkr commented 7 years ago

I submitted a PR to add this functionality here: #14

If merged, it will allow the option of fkill -v or fkill --verbose so that you can filter by, and see, the fully command including arguments.

Not sure on the maintainers availability to review Pull Requests, but hopefully they'll get around to evaluating it soon.