← Back to tools
View AGENTS.md for procs
procs
A modern replacement for ps written in Rust
Description
procs is a replacement for ps with colorized output, keyword search, tree view, and multi-column sorting. It provides a more user-friendly and feature-rich way to view running processes.
Install
homebrew
brew install procscargo
cargo install procspacman
sudo pacman -S procsAI Summary
A modern ps replacement with colorized output and keyword search. Displays running processes with better formatting, tree views, and multi-column sorting.
Capabilities
- + Colorized, human-readable process listing
- + Keyword search to filter processes
- + Tree view showing parent-child relationships
- + Customizable columns and sorting
Use When
- → Viewing running processes with better formatting than ps
- → Searching for processes by keyword
- → Need a process tree view
Avoid When
- x Scripts that parse ps output
- x Need POSIX-compatible process listing
Usage Patterns
List all processes
procs Shows all processes with colorized, readable output
Search for a process
procs node Filters processes matching 'node'