The Wayback Machine - https://web.archive.org/web/20190624152203/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.
.github Enable the repo sponsor button May 23, 2019
.editorconfig Meta tweaks Sep 15, 2017
.gitattributes Require Node.js 8 May 16, 2018
.gitignore Meta tweaks Sep 15, 2017
.npmrc Meta tweaks Sep 15, 2017
.travis.yml Require Node.js 8 May 16, 2018
cli.js Update dependencies Mar 25, 2019
fixture.js Fix killing PID directly (#45) Mar 22, 2018
interactive.js Update dependencies Mar 25, 2019
license Meta tweaks Sep 15, 2017
package.json Update dependencies Mar 25, 2019
readme.md Enable the repo sponsor button May 23, 2019
screenshot.svg Change screenshot from GIF to SVG (#32) Jan 13, 2019
test.js Update dependencies Mar 25, 2019

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

You can’t perform that action at this time.