# Process Management Controller (PMC) ## Overview PMC (Process Management Controller) is a simple PM2 alternative written in Rust. It provides a command-line interface to start, stop, restart, and manage fork processes ## Features - Start, stop, and restart processes. - List all running processes with customizable output formats. - Retrieve detailed information about a specific process. ## Usage ```bash # Start/Restart a process pmc start or