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 counters

Filtering flags

FlagEffect
-t, --tcpTCP only
-u, --udpUDP only
-e, --establishedEstablished connections only
-l, --listenListening sockets only
-4 / -6IPv4 / IPv6 only
-i, --interval durationRefresh interval (default: 1s)