# fkill-cli
**Repository Path**: mirrors_vadimdemedes/fkill-cli
## Basic Information
- **Project Name**: fkill-cli
- **Description**: Fabulously kill processes. Cross-platform.
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2020-09-26
- **Last Updated**: 2025-09-21
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
> Fabulously kill processes. Cross-platform.
[](https://travis-ci.org/sindresorhus/fkill-cli)
Works on macOS, Linux, and Windows.
## Install
```
$ npm install --global fkill-cli
```
## Usage
```
$ fkill --help
Usage
$ fkill [ ...]
Options
-f, --force Force kill
-v, --verbose Include arguments in process search
Examples
$ fkill 1337
$ fkill Safari
$ fkill 1337 Safari
$ fkill
$ fkill -v
```
## Interactive UI
Run `fkill` without arguments to launch the interactive UI.

## Related
- [fkill](https://github.com/sindresorhus/fkill) - API for this module
- [alfred-fkill](https://github.com/SamVerschueren/alfred-fkill) - Alfred workflow for this module
## Created by
- [Sindre Sorhus](https://sindresorhus.com)
- [Daniel Baker](https://github.com/coffeedoughnuts)
## License
MIT © [Sindre Sorhus](https://sindresorhus.com)