Still a work in progress, stuff will break
Generate GitHub PR descriptions from the command line with the help of AI.
propr
aims to populate a basic PR description right from your terminal so you can focus on more important things.
bash
cargo install propr
Grab a binary from the releases page and move it into your desired bin (eg. /usr/local/bin) location.
bash
mv propr-<os> /usr/local/bin/propr
chmod +x /usr/local/bin/propr