MCPcopy Index your code
hub / github.com/sindresorhus/fkill-cli

github.com/sindresorhus/fkill-cli @v9.0.0 sqlite

repository ↗ · DeepWiki ↗ · release v9.0.0 ↗
24 symbols 70 edges 4 files 0 documented · 0%
README

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
        --smart-case                 Case-insensitive unless pattern contains uppercase
        --case-sensitive             Force case-sensitive matching

    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 by default.

Interactive UI

Run fkill without arguments to launch the interactive UI.

Related

Core symbols most depended-on inside this repo

noopProcessKilled
called by 4
test.js
delay
called by 2
interactive.js
renderPercentage
called by 2
interactive.js
promptForceKill
called by 2
interactive.js
processExited
called by 1
interactive.js
preferNotMatching
called by 1
interactive.js
preferLowAlphanumericNames
called by 1
interactive.js
preferHighPerformanceImpact
called by 1
interactive.js

Shape

Function 24

Languages

TypeScript100%

Modules by API surface

interactive.js22 symbols
test.js1 symbols
cli.js1 symbols

Dependencies from manifests, versioned

@inquirer/search3.2.1 · 1×
ava6.4.1 · 1×
chalk5.6.2 · 1×
cli-truncate5.1.1 · 1×
delay7.0.0 · 1×
esc-exit3.0.1 · 1×
execa9.6.0 · 1×
fkill10.0.0 · 1×
fuzzy-search3.2.1 · 1×
get-port7.1.0 · 1×
inquirer12.11.0 · 1×
meow14.0.0 · 1×

For agents

$ claude mcp add fkill-cli \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact