Popularity
7.7
Declining
Activity
4.5
-
6,824
49
157

Monthly Downloads: 0
Programming language: JavaScript
License: MIT License
Tags: Command Line Apps     CLI     Cli-app     Proc     Ps     Die     Zap     Exit     Force     Sigterm     Sigkill     Taskkill     Killall     Killing     Kill     Fkill    
Latest version: v6.0.1

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.

Do you think we are missing an alternative of fkill or a related project?

Add another 'Command Line Apps' Module

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

Maintainers