procs

CLI

A modern replacement for ps written in Rust.

Colored, searchable replacement for ps

3 curated recipes · not yet executed by the harness#process#ps#rust

Recipes

Curated from documentation and usage. Percentages are estimates, not measurements.

List all processes

~99% est.
procs

Search for specific process

~99% est.
procs node

Show process tree

~97% est.
procs --tree

Install

Homebrewbrew install procs
Cargocargo install procs

Agent notes

When to use
Listing running processes with better readability than ps
Quick examples
  • procs
  • procs --tree
  • procs 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.

Homepage ↗MIT0 views