A modern replacement for ps written in Rust

procs is a modern, colorful replacement for the classic Unix ps command written in Rust.
It provides human-readable output, multi-column keyword searching, and process hierarchy tree views out of the box.
Additionally, it surfaces extra data like TCP/UDP ports, I/O throughput, and Docker container names that standard ps omits.
$ brew install procs$ winget install procs$ sudo dnf install procs$ sudo pacman -S procs$ sudo rpm -i https://github.com/dalance/procs/releases/download/v0.14.12/procs-0.14.12-1.x86_64.rpm$ cargo install procsto comment.