pshunt
Minimalistic process viewer similar to htop. Features:
- view, search, and kill processes
- vi keybindings
Usage:
9: kill processk | up: move cursor upj | down: move cursor down/: searchesc: exit search moder: refetch processesctrl-f: next pagectrl-b: previous pageH: top of pageL: bottom of pageG: move cursor to endg: move cursor to start
Installation
Just clone the repo and build from source. Requires Go 1.23 compiler.
git clone https://github.com/jamesma100/pshunt
cd pshunt
go build -o ./pshunt ./cmd/pshunt/main.go
./pshunt
