snitch

Friendlier alternative to ss and netstat

TLDR

Launch the interactive TUI with live-updating connections
$ snitch
List TCP established connections as a styled table
$ snitch ls -t -e
Output all connections in JSON format
$ snitch json

SYNOPSIS

snitch [command] [flags]

DESCRIPTION

snitch is a TUI and CLI tool for inspecting TCP and UDP network connections on Linux and macOS. It serves as a modern, human-friendly alternative to ss and netstat, displaying a live-updating connection table with DNS resolution, filtering, and multiple output formats (styled tables, JSON, CSV).

INSTALL

brew install snitch
nix profile install nixpkgs#snitch

HISTORY

snitch was created by Karol Broda and is written in Go.

SEE ALSO

ss(1), netstat(1), nethogs(1)