fkill-cli
fkill-cli copied to clipboard
Fabulously kill processes. Cross-platform.
Running `fkill` does not display the application names only part of the folder for example: 
Fixes #34. It seems working now but I think I need to a little more time to look into more error handling logics and test codes and lint (WIP). Thank...
  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...
For example starting a server on port `8000` and searching for `:8000` in `fkill --verbose` mode returns no results:  Without `--verbose`: 
Having an issue resolving this warning of an unmet peer dependency when installing globally: ``` $ npm install -g fkill-cli inquirer@^6.0.0 /usr/local/bin/fkill -> /usr/local/lib/node_modules/fkill-cli/cli.js npm WARN [email protected] requires a peer...
In case you want to link to it: https://github.com/cheat/cheatsheets/pull/13
Currently fkill-cli is only listing 4 processes, but the screen can be much larger. Any reason to only list 4 lines?
[](https://issuehunt.io/r/sindresorhus/fkill-cli/issues/6) Currently there's a lot of useless processes in interactive mode that I would never care to close. Like all the Chrome helper processes. These makes it harder to find...
Kill all
[](https://issuehunt.io/r/sindresorhus/fkill-cli/issues/21) I currently have to run fkill about 5 times when I search for python. It would be nice if I could somehow request either: Kill all exact matches Kill...