open-ports provides a simple command-line workflow for inspecting open network ports
from your terminal.
brew tap sinansonmez/tools
brew install open-ports
open-ports -hRun the CLI to see available commands and flags:
open-ports -hSort by a specific field (default: process):
open-ports -sort processSee CHANGELOG.md for release history.
Build and run the CLI locally:
make build
./bin/open-ports -h