Fabulously kill processes. Cross-platform.
npm install fkill-cli> Fabulously kill processes. Cross-platform.
Works on macOS, Linux, and Windows.
``sh`
npm install --global fkill-cli
`
$ fkill --help
Usage
$ fkill [
Options
--force, -f Force kill
--verbose, -v Show process arguments
--silent, -s Silently kill and always exit with code 0
--force-timeout
--smart-case Case-insensitive unless pattern contains uppercase
--case-sensitive Force case-sensitive matching
Examples
$ fkill 1337
$ fkill safari
$ fkill :8080
$ fkill 1337 safari :8080
$ fkill
To kill a port, prefix it with a colon. For example: :8080.
Run without arguments to use the interactive interface.
In interactive mode, 🚦n% indicates high CPU usage and 🐏n% indicates high memory usage.
Supports fuzzy search in the interactive mode.
The process name is case-insensitive by default.
`
Run fkill` without arguments to launch the interactive UI.

- fkill - API for this package
- alfred-fkill - Alfred workflow for this package