| Crates.io | pik |
| lib.rs | pik |
| version | 0.26.1 |
| created_at | 2024-08-10 13:27:49.273122+00 |
| updated_at | 2025-09-20 14:54:05.660387+00 |
| description | pik - process interactive kill |
| homepage | |
| repository | https://github.com/jacek-kurlit/pik |
| max_upload_size | |
| id | 1332398 |
| size | 3,644,051 |
Process Interactive Kill is a command line tool that helps to find and kill process.
It works like pkill command but search is interactive.

This tool is still under development
Pik allows to fuzzy search processes by:


--, for example pik -- -foo



After selecting process you can kill it with Ctrl + X
Archives of precompiled binaries for pik are available for Linux and macOS.
On Arch Linux
pacman -S pik
On Fedora
sudo dnf copr enable rusty-jack/pik
sudo dnf install pik
On Tumbleweed
sudo zypper install pik
On Gentoo
It is available via lamdness overlay
sudo eselect repository enable lamdness
sudo emaint -r lamdness sync
sudo emerge -av sys-process/pik
With dra
dra download --install jacek-kurlit/pik
If you're a Rust programmer, pik can be installed with cargo.
cargo install pik
Alternatively, one can use cargo binstall to install a pik
binary directly from GitHub:
cargo binstall pik
You may set your preferences in config.toml file located in:
| Platform | Config dir |
|---|---|
| Linux | /home/:username/.config/pik |
| MacOS | /Users/:username/Library/Application Support/pik |
| Windows | C:\Users\:username\AppData\Roaming\pik |
All options are optional, if skipped default values will be used.
Most of config fields have cli arg equivalent. If both are set cli arg is preferred.
Run pik -- --help to see cli options
Please refer to config for more details how to configure options,theme and key mappings
In theory pik is using coross compliant lib that allows to run it on all major platforms. In pratice I'm using linux and development is performed based on this OS. Pik will probably work on MacOs and Windows but that must be tested by community since I don't own computers with these OS'es. If you are able to test it on windows or macos please create issue to let me know.
git clone https://github.com/jacek-kurlit/pik
cd pik
cargo build --release
./target/release/pik --version