Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 6 days ago
JSON representation
Fabulously kill processes. Cross-platform.
- Host: GitHub
- URL: https://github.com/sindresorhus/fkill-cli
- Owner: sindresorhus
- License: mit
- Created: 2015-06-20T21:57:57.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2023-11-07T10:08:08.000Z (12 months ago)
- Last Synced: 2024-04-13T21:22:13.133Z (7 months ago)
- Topics: cli, cli-app, cross-platform, fabulous, javascript, kill, nodejs, process, unicorns
- Language: JavaScript
- Homepage:
- Size: 1.21 MB
- Stars: 6,826
- Watchers: 49
- Forks: 157
- Open Issues: 14
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
- awesome - sindresorhus/fkill-cli - Fabulously kill processes. Cross-platform. (JavaScript)
- awesome-nodejs-cn - fkill - 跨平台的进程强杀命令 (包 / 命令行程序)
- awesome-cli-apps - fkill-cli - Simple cross-platform process killer. (Utilities / Shell Utilities)
- awesome-nodejs-cn - fkill - **star:6842** 跨平台的进程杀死工具 ![star > 2000][Awesome] (包 / 命令行程序)
- fucking-Awesome-Linux-Software - ![Open-Source Software - cli)) - Fabulously kill processes. Cross-platform. (Command Line Utilities / Tools)
- awesome - sindresorhus/fkill-cli - Fabulously kill processes. Cross-platform. (JavaScript)
- awesome-github-star - fkill-cli - platform. | sindresorhus | 6767 | (JavaScript)
- awesome-list - fkill-cli - platform. | sindresorhus | 6369 | (JavaScript)
- Awesome-Linux-Software - ![Open-Source Software - cli) - Fabulously kill processes. Cross-platform. (Command Line Utilities / Tools)
- awesome-nodejs - fkill - Fabulously kill processes. Cross-platform. (Packages / Command-line apps)
- fucking-awesome-cli-apps - fkill-cli - Simple cross-platform process killer. (Utilities / Shell Utilities)
- awesome-nodejs - fkill-cli - Fabulously kill processes. Cross-platform. - ★ 5420 (Command-line apps)
- awesome-node - fkill - Fabulously kill processes. Cross-platform. (Packages / Command-line apps)
- awesome-nodejs-cn - fkill - 跨平台的进程强杀命令. (目录 / 命令行应用)
- jimsghstars - sindresorhus/fkill-cli - Fabulously kill processes. Cross-platform. (JavaScript)
- awesome - sindresorhus/fkill-cli - Fabulously kill processes. Cross-platform. (nodejs)
- awesome-nodejs - fkill-cli - 杀死进程,交互式,跨平台 (Uncategorized / Uncategorized)
README
> Fabulously kill processes. Cross-platform.
Works on macOS, Linux, and Windows.
## Install
```sh
npm install --global fkill-cli
```## Usage
```
$ fkill --helpUsage
$ 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 secondsExamples
$ fkill 1337
$ fkill safari
$ fkill :8080
$ fkill 1337 safari :8080
$ fkillTo 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