Portman v0.1.0 — Kill stuck ports in one command.
What's New
- Zero-dependency CLI — Uses only Python stdlib. No npm, no brew, no system packages.
- Commands: portman list, portman find , portman kill , portman free
- Cross-platform — Works on macOS, Linux, and Windows.
- Safe by design — Validates ports, shows process details before killing, graceful SIGTERM first.
Install
pip install shipstack-portman
Then run portman list to see what's running on your machine.
Requirements
- Python 3.11+