~/msh
back to projects

oss project

ports

Keyboard-driven TUI for exploring listening ports on macOS and Linux.


          $ brew install shahadulhaider/tap/ports
        

What it does

ports

A Bubble Tea TUI listing every listening port with the process holding it. Vim-style keybindings to filter, sort, and operate on rows:

  • / to filter by port or process name
  • k to kill a process (graceful, then forceful)
  • o to open the port in the default browser (http://localhost:PORT)
  • t to toggle TCP/UDP view
  • live auto-refresh

Useful when you have five dev servers running and need to find the one hogging 3000.

brew install shahadulhaider/tap/ports