Press enter or click to view image in full size
Tired of raw ss/netstat output? Snitch turns noisy sockets into a clean, interactive view — fast to install, easy to script.
A compact CLI/TUI that surfaces host network connections with a live TUI, styled tables, and scriptable JSON output. Install via package managers, Docker, or a single install script.
Source: GitHub: karol-broda/snitch — Source link
Highlights
Press enter or click to view image in full size
Press enter or click to view image in full size
Installation
# HomeBrew
brew install snitch# Go
go install github.com/karol-broda/snitch@latest
# nixpkgs
nix-env -iA nixpkgs.snitch
# yay
yay -S snitch-bin
# paru
paru -S snitch-bin
Starters & Commands
snitch # launch interactive tui
snitch -l # tui showing only listening sockets
snitch ls # print styled table and exit
snitch ls -l # listening sockets only
snitch ls -t -e # tcp established connections
snitch ls -p # plain output (parsable)snitch…