Socket
Book a DemoInstallSign in
Socket

fkill-cli

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fkill-cli

Fabulously kill processes. Cross-platform.

Source
npmnpm
Version
7.0.0
Version published
Weekly downloads
7.6K
6.49%
Maintainers
1
Weekly downloads
 
Created
Source


fkill


Fabulously kill processes. Cross-platform.

Works on macOS, Linux, and Windows.


My open source work is supported by the community

Special thanks to:

bit.io
Instant, shareable cloud PostgreSQL database
Import any dataset in seconds, share with anyone with a click, try without signing up


Install

npm install --global fkill-cli

Usage

$ fkill --help

	Usage
		$ fkill [<pid|name|:port> …]

	Options
		--force, -f                  Force kill
		--verbose, -v                Show process arguments
		--silent, -s                 Silently kill and always exit with code 0
		--force-timeout <N>, -t <N>  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.

	The process name is case insensitive.

Interactive UI

Run fkill without arguments to launch the interactive UI.

  • fkill - API for this module
  • alfred-fkill - Alfred workflow for this module

Maintainers

Keywords

cli-app

FAQs

Package last updated on 14 Oct 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts