Home

Awesome

<div align="center"> <h1> <span style="font-size: 80px;">Pik</span> <picture> <source media="(prefers-color-scheme: dark)" srcset="logo_dark.svg"> <source media="(prefers-color-scheme: light)" srcset="logo_light.svg"> <img alt="Pik" height="80" src="logo_light.svg"/> </picture> </h1>

Build status GitHub Release

</div>

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 heavy development

Table of Contents

Features

Pik allows to search processes by:

After selecting process you can kill it with Ctrl + X

Installation

Archives of precompiled binaries for pik are available for Linux and macOS.

On Fedora

sudo dnf copr enable rusty-jack/pik
sudo dnf install pik

On Tumbleweed

sudo zypper install 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

Configuration

Key maps

Caveats

Development

Setup

Building

git clone https://github.com/jacek-kurlit/pik
cd pik
cargo build --release
./target/release/pik --version