Skip to main content

Crate proc_cli

Crate proc_cli 

Source
Expand description

§proc - Semantic Process Management CLI

proc is a semantic command-line tool that makes process management intuitive, cross-platform, and AI-centric.

§Features

  • Semantic Commands: Commands mean what they say (proc kill node)
  • Cross-Platform: Works on macOS, Linux, and Windows
  • Process Lifecycle: DISCOVER → INSPECT → MANAGE → MONITOR → REMEDIATE
  • Beautiful Output: Colored terminal output and JSON for scripting

§Example

# List processes
proc list node

# What's on a port?
proc on :3000

# List all listening ports
proc ports

# Kill a process
proc kill node

# Find stuck processes
proc stuck

Re-exports§

pub use error::ProcError;
pub use error::Result;

Modules§

commands
CLI command implementations
core
Core abstractions for process and port management
error
Error types for proc CLI
ui
User interface components for proc CLI

Constants§

VERSION
Library version