pik

Interactive TUI for finding and killing processes

TLDR

Launch the interactive process picker
$ pik
Filter processes by name
$ pik [process_name]

SYNOPSIS

pik [options] [pattern]

DESCRIPTION

pik (Process Interactive Kill) is a terminal tool for interactively finding and killing processes. It works like pkill but with a live, interactive search interface where you type to filter processes and select which to kill. It supports prefix search for arguments and ports, configurable readline-style key mappings, and cross-platform operation.

INSTALL

sudo pacman -S pik
sudo zypper install pik
nix profile install nixpkgs#pik

HISTORY

pik was created by Jacek Kurlit (jacek-kurlit) and is written in Rust.

SEE ALSO

pkill(1), kill(1), htop(1), procs(1)