The Wayback Machine - https://web.archive.org/web/20190325105542/https://github.com/sindresorhus/fkill-cli
Skip to content
Fabulously kill processes. Cross-platform.
Branch: master
Clone or download
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.editorconfig Meta tweaks Sep 15, 2017
.gitattributes Require Node.js 8 May 16, 2018
.gitignore Meta tweaks Sep 15, 2017
.npmrc
.travis.yml Require Node.js 8 May 16, 2018
cli.js Remove moot ESLint disable comment Nov 30, 2018
fixture.js Fix killing PID directly (#45) Mar 22, 2018
license Meta tweaks Sep 15, 2017
package.json
readme.md Change screenshot from GIF to SVG (#32) Jan 13, 2019
screenshot.svg Change screenshot from GIF to SVG (#32) Jan 13, 2019
test.js

readme.md


fkill


Fabulously kill processes. Cross-platform.

Build Status

Works on macOS, Linux, and Windows.

Install

$ npm install --global fkill-cli

Usage

$ fkill --help

  Usage
    $ fkill [<pid|name> …]

  Options
    --force -f    Force kill
    --verbose -v  Show process arguments
    --silent -s   Silently kill and always exit with code 0

  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.
  The process name is case insensitive.

Interactive UI

Run fkill without arguments to launch the interactive UI.

Related

Created by

License

MIT © Sindre Sorhus

You can’t perform that action at this time.