# prcs > The Swiss Army knife for running processes [![Version](https://img.shields.io/crates/v/prcs?style=flat-square)](https://crates.io/crates/prcs) [![License](https://img.shields.io/crates/l/prcs?style=flat-square)](LICENSE.txt) Note: This project is not yet very useful or well-documented. ## Installation With [Cargo](https://github.com/rust-lang/cargo): ```sh cargo install prcs ``` Or [download binary releases](https://github.com/jeysal/prcs/releases) directly. ## Features | Feature | Implemented | | ------------------------------- | ----------- | | Stall | ✅ | | Re-run | ✅ | | Translate/swallow signals | | | Logrotate | | | Empty closing/non-closing stdin | | | ... | |