A command line tool to view
/ watch
process information
Download the binary from the release page
```bash cargo install pd
cargo install --git https://github.com/wyhaya/pd ```
Watch progress information
```bash
pd -i PID
pd -r 'xx xxx xx' ```
Output process details
bash
pd -i PID -d
Output process environment variables
bash
pd -i PID -e