Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sindresorhus/fkill-cli

Fabulously kill processes. Cross-platform.
https://github.com/sindresorhus/fkill-cli

cli cli-app cross-platform fabulous javascript kill nodejs process unicorns

Last synced: about 2 months ago
JSON representation

Fabulously kill processes. Cross-platform.

Awesome Lists containing this project

README

        




fkill






> Fabulously kill processes. Cross-platform.

Works on macOS, Linux, and Windows.

## Install

```sh
npm install --global fkill-cli
```

## Usage

```
$ 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 , -t Force kill processes which didn't exit after N seconds

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.
```

## Interactive UI

Run `fkill` without arguments to launch the interactive UI.

![](screenshot.svg)

## Related

- [fkill](https://github.com/sindresorhus/fkill) - API for this module
- [alfred-fkill](https://github.com/SamVerschueren/alfred-fkill) - Alfred workflow for this module