# Process Management Controller (PMC) ## Overview PMC (Process Management Controller) is a simple process management tool written in Rust. It provides a command-line interface to start, stop, restart, and manage processes. PMC is designed to be extensible, allowing users to define and manage their processes efficiently. ## Features - Start, stop, and restart processes. - List all running processes with customizable output formats. - Retrieve detailed information about a specific process. ## Installation `cargo install pmc` ## Usage ### Start/Restart a Process ```bash pmc start or