procs
CLIA modern replacement for ps written in Rust.
Colored, searchable replacement for ps
Recipes
Curated from documentation and usage. Percentages are estimates, not measurements.
List all processes
procsSearch for specific process
procs nodeShow process tree
procs --treeInstall
Homebrew
brew install procsCargo
cargo install procsAgent notes
- When to use
- Listing running processes with better readability than ps
- Quick examples
procsprocs --treeprocs node
Use from an agent
curl -s https://clihub.com/api/tools/procs | jq '.agentHints.provenRecipes[] | {task, command, verified}'Or call get_tool with slug procs on the MCP server at https://clihub.com/mcp.