logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

prr - Mailing list style code reviews for GitHub

Authors

       Daniel Xu <dxu@apache.org>

                                                   prr 0.18.0                                             prr(1)

Description

       prr  is  a tool that brings mailing list style code reviews to Github PRs. This means offline reviews and
       inline comments, more or less.

       To that end, prr introduces a new workflow for reviewing PRs:
         1. Download the PR into a "review file" on your filesystem
         2. Mark up the review file using your favorite text editor
         3. Submit the review at your convenience

       For full documentation, please visit https://doc.dxuuu.xyz/prr/.

Name

       prr - Mailing list style code reviews for GitHub

Options

--config=CONFIG
              Path to config file

       -h, --help
              Print help (see a summary with '-h')

       -V, --version
              Print version

Subcommands

prr-get(1)
              Get a pull request and begin a review

       prr-edit(1)
              Open an existing review in $EDITOR

       prr-submit(1)
              Submit a review

       prr-apply(1)
              Apply a pull request to the working directory

       prr-status(1)
              Print a status summary of all known reviews

       prr-remove(1)
              Remove a review

Synopsis

prr [--config] [-h|--help] [-V|--version] <subcommands>

Version

       v0.18.0

See Also