Snitch – A friendlier ss/netstat
snitch a friendlier ss / netstat for humans. inspect network connections with a clean tui or styled tables. install go go install github.com/karol-broda/snitch@latest nixos / nix # try it nix run github:karol-broda/snitch # install to profile nix profile install github:karol-broda/snitch # or add to flake inputs { inputs.snitch.url = “github:karol-broda/snitch”; } # then use: inputs.snitch.packages.${system}.default arch linux (aur) # with yay yay -S snitch-bin # with paru paru -S snitch-bin shell script curl -sSL https://raw.githubusercontent.com/karol-broda/snitch/master/install.sh | sh installs to ~/.local/bin if available, otherwise /usr/local/bin. override with: curl -sSL https://raw.githubusercontent.com/karol-broda/snitch/master/install.sh | INSTALL_DIR=~/bin sh macos: the…