snitch
Network connection inspector. User-friendly alternative to ss/netstat with an interactive TUI, filtering, DNS resolution, and process info.
Usage
snitch # interactive TUI
snitch ls # styled table output
snitch ls -t -e # TCP established connections only
snitch json # JSON output for scripting
snitch watch -i 1s # stream updates every second as JSON frames
snitch trace # Show connection updates as they happen
snitch stats # Aggregated connection countersFiltering flags
| Flag | Effect |
|---|---|
-t, --tcp | TCP only |
-u, --udp | UDP only |
-e, --established | Established connections only |
-l, --listen | Listening sockets only |
-4 / -6 | IPv4 / IPv6 only |
-i, --interval duration | Refresh interval (default: 1s) |