Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 604 Bytes

interactively-kill-a-process-with-fkill.md

File metadata and controls

18 lines (12 loc) · 604 Bytes

Interactively Kill A Process With fkill

The cross-platform fkill tool is a modern, friendly CLI for fabulously killing processes. It provides an interactive interface for searching for the name or pid of a process that needs killing.

Install it with yarn (or npm):

$ yarn global add fkill-cli

Then run it with no arguments to trigger the interactive mode.

use fkill interactively

gif credit: fkill-cli repo