fkill alternatives and similar modules
Based on the "Command Line Apps" category.
Alternatively, view fkill alternatives based on common mentions on social networks and blogs.
-
ignite
Infinite Red's battle-tested React Native project boilerplate, along with a CLI, component/model generators, and more! -
David
:eyeglasses: Node.js module that tells you when your package npm dependencies are out of date. -
Whatspup
:white_square_button: WhatsApp chat from commandline/console/cli using GoogleChrome puppeteer -
tty-table
Terminal table for Windows, Linux, and MacOS. Written in nodejs. Also works in browser console. Word wrap, padding, alignment, colors, Asian character support, per-column callbacks, and you can pass rows as objects or arrays. Backwards compatible with Automattic/cli-table.
CodeRabbit: AI Code Reviews for Developers
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of fkill or a related project?
Popular Comparisons
README
Fabulously kill processes. Cross-platform.
Works on macOS, Linux, and Windows.
My open source work is supported by the community Special thanks to: 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.
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 - API for this module
- alfred-fkill - Alfred workflow for this module