top | item 44320977

Show HN: pshunt: Terminal app for easily killing processes

2 points| battle-racket | 8 months ago |github.com

3 comments

order

battle-racket|8 months ago

Killing processes usually involves some combination of ps, grep, copying a pid, and running kill. To make this process slightly more efficient, I made a terminal app to list, search, and kill processes, all in one interface. Please share any feedback you have :)

eMPee584|8 months ago

Uhm, `htop` with process filter (`F4`), then `k` for kill did the job just fine for me for two decades, but it's always good to have another option coded in Go, right xD

battle-racket|8 months ago

I didn't know you could do that, thanks! also, so what if I want to re-implement something that already exists? god people on hackernews are so miserable