reaper

Reaper πŸ’€

A terminal application for monitoring and killing listening processes.

I made this small tool because I can never remember the exact lsof command and flags needed to see what’s listening on which ports. It’s just a simple wrapper around lsof -i -P -n -sTCP:LISTEN with a basic TUI for browsing and killing processes.

Controls ⚑

Installation πŸ“¦

From Releases: Download the latest binary from the Releases page.

From Source:

git clone https://github.com/aymenkrifa/reaper.git
cd reaper
cargo run

License πŸ“„

MIT License - see LICENSE file.

Acknowledgements πŸ™

Inspired by gruyere πŸ§€ by Savannah Ostrowski built in Go. This project was built as a learning experience to explore Rust.