hql287 / fkill-cli

Fabulously kill processes. Cross-platform.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


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

  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

About

Fabulously kill processes. Cross-platform.

License:MIT License


Languages

Language:JavaScript 100.0%