Quickstart

fkill-cli Quickstart

javimosch Updated

File contents

fkill-cli Quickstart

Fabulously kill processes. Cross-platform CLI tool for terminating processes by name or PID.

Installation

npm install -g fkill-cli

Basic Usage

Kill a process by name:

fkill chrome

Kill a process by PID:

fkill 1337

Kill multiple processes:

fkill chrome firefox safari

Interactive Mode

Launch interactive process picker:

fkill

Use arrow keys to navigate, space to select, enter to kill.

Options

Force kill (SIGKILL):

fkill -f chrome

Kill process running on specific port:

fkill :8080

Silently ignore errors if process doesn't exist:

fkill --silent chrome

Tips

  • Supports fuzzy matching: fkill chr matches chrome
  • Works on macOS, Linux, and Windows
  • Use -f flag for stubborn processes
  • Interactive mode is great when you don't know the exact process name

javimosch/supercli/tree/main/plugins/fkill-cli/skills/quickstart commit 154a7cde75

Frequently asked questions

npx skillmds@latest add javimosch/quickstart-1796