Pik — интерактивное завершение процессов в терминале
★ 557
Pik (Process Interactive Kill) is a command-line utility for finding and killing processes that works like pkill but with interactive search. Reach for it when you need to find and kill a process without figuring out its exact PID: you type part of the name, pik interactively shows matching processes, you pick the one you want, and terminate it. The project is in active development. Its focus is interactive process killing through the terminal, not a system resource monitor (System Informer/htop) or a service manager: the value is quickly and reliably finding and killing processes by part of a name instead of the `ps | grep | kill` chain. In job it is close to rip; choose by platform and interface preference. It suits developers and admins who often terminate processes from the console.
- #CLI