GitHub - jamesma100/pshunt: terminal app for easily killing processes

2 min read Original article ↗

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

terminal app for easily killing processes

10 stars 1 fork Branches Tags Activity

Notifications You must be signed in to change notification settings

Folders and files

NameName

Last commit message

Last commit date

Latest commit

History

8 Commits

Repository files navigation

pshunt

Minimalistic process viewer similar to htop. Features:

  • view, search, and kill processes
  • vi keybindings

pshunt_demo

Usage:

  • 9: kill process
  • k | up: move cursor up
  • j | down: move cursor down
  • /: search
  • esc: exit search mode
  • r: refetch processes
  • ctrl-f: next page
  • ctrl-b: previous page
  • H: top of page
  • L: bottom of page
  • G: move cursor to end
  • g: 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

About

terminal app for easily killing processes

Resources

Readme

Activity

Stars

10 stars

Watchers

0 watching

Forks

1 fork

Releases

No releases published

Packages

No packages published