sindresorhus / fkill-cli

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

Show context #13

Closed knownasilya closed 7 years ago

knownasilya commented 7 years ago

Either the path or full command for the running process. This helps differentiate between two or more processes with the same name.

This could be a flag, like fkill --detailed.

dnbkr commented 7 years ago

This was my first instinct when I saw this tool - would be great to search based on arguments.

It was trivial to implement - my PR is here: #14

sparty02 commented 7 years ago

See https://github.com/sindresorhus/fkill-cli/issues/6#issuecomment-282637495 which could solve this too.