All Projects â†’ sindresorhus â†’ Fkill Cli

sindresorhus / Fkill Cli

Licence: mit
Fabulously kill processes. Cross-platform.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Fkill Cli

Ava
Node.js test runner that lets you develop with confidence 🚀
Stars: ✭ 19,458 (+203.18%)
Mutual labels:  cli-app, cli, unicorns
Dark Mode
Control the macOS dark mode from the command-line
Stars: ✭ 518 (-91.93%)
Mutual labels:  cli-app, cli
Topydo
A powerful todo list application for the console, using the todo.txt format.
Stars: ✭ 511 (-92.04%)
Mutual labels:  cli, cross-platform
What Anime Cli
❓🖼 Find the anime scene by image using your terminal
Stars: ✭ 533 (-91.7%)
Mutual labels:  cli-app, cli
Rust Sloth
A 3D software rasterizer... for the terminal!
Stars: ✭ 478 (-92.55%)
Mutual labels:  cli-app, cli
Airshare
Cross-platform content sharing in a local network
Stars: ✭ 497 (-92.26%)
Mutual labels:  cli, cross-platform
F License
Open Source License Key Generation and Verification Tool written in Go
Stars: ✭ 535 (-91.66%)
Mutual labels:  cli-app, cli
Python Mss
An ultra fast cross-platform multiple screenshots module in pure Python using ctypes.
Stars: ✭ 582 (-90.93%)
Mutual labels:  cli, cross-platform
Heim
Cross-platform async library for system information fetching 🦀
Stars: ✭ 572 (-91.09%)
Mutual labels:  cross-platform, process
Carbon Now Cli
🎨 Beautiful images of your code — from right inside your terminal.
Stars: ✭ 5,165 (-19.52%)
Mutual labels:  cli-app, cli
Macos Wallpaper
Manage the desktop wallpaper on macOS
Stars: ✭ 450 (-92.99%)
Mutual labels:  cli-app, cli
Np
A better `npm publish`
Stars: ✭ 6,401 (-0.26%)
Mutual labels:  cli-app, cli
Cobra
A Commander for modern Go CLI interactions
Stars: ✭ 24,437 (+280.76%)
Mutual labels:  cli-app, cli
Sade
Smooth (CLI) Operator 🎶
Stars: ✭ 746 (-88.38%)
Mutual labels:  cli-app, cli
Sympact
🔥 Stupid Simple CPU/MEM "Profiler" for your JS code.
Stars: ✭ 439 (-93.16%)
Mutual labels:  cli, process
Ttyplot
a realtime plotting utility for terminal/console with data input from stdin
Stars: ✭ 532 (-91.71%)
Mutual labels:  cli-app, cli
Stargazed
📋 Creating your own Awesome List of GitHub stars!
Stars: ✭ 339 (-94.72%)
Mutual labels:  cli-app, cli
Mongo Seeding
The ultimate solution for populating your MongoDB database.
Stars: ✭ 375 (-94.16%)
Mutual labels:  cli-app, cli
Solidarity
Solidarity is an environment checker for project dependencies across multiple machines.
Stars: ✭ 540 (-91.59%)
Mutual labels:  cli-app, cli
Tml
🌈💻🎨 A tiny markup language for terminal output. Makes formatting output in CLI apps easier!
Stars: ✭ 634 (-90.12%)
Mutual labels:  cli-app, cli


fkill


Fabulously kill processes. Cross-platform.

Works on macOS, Linux, and Windows.





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.

Related

Maintainers

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].