a linux tui for listing & killing listening ports
no lsof, no netstat — just /proc
every listener in one sortable table
kill from the row, safely
01 · install
~$ curl -LsSf https://reaper.aymenkrifa.com/install.sh | sh
02 · the tui
3/23 processes (20 restricted hidden — press 'a')
PORT ↓ USER MEM UPTIME PROTO PID COMMAND
▶ :3000 aymen 52.1MB 2h TCP 48213 node
:5432 postgres 89.4MB 3d TCP 1204 postgres
:8000 aymen 19.8MB 45s TCP 9021 python3 -m http.server
▌ node
↳ ~/projects/api
↑/↓: Navigate • ⏎: Kill • /: Search • s/1-7: Sort • r: Refresh • q/Esc: Quit
as easy as that
select a port, press ⏎, confirm — that's the whole
loop. search with /, sort with s. nothing dies
without a yes.