Show HN: pshunt: Terminal app for easily killing processes
1 battle-racket 1 6/19/2025, 6:01:10 PM github.com ↗
Comments (1)
battle-racket · 4h 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 :)