rgpt Command Examples

An automated code review tool that uses GPT you can use straight from your terminal. More information: https://github.com/vibovenkat123/review-gpt.

rgpt --i "$(git diff {{path/to/file}})"

rgpt --v --i "$(git diff {{path/to/file}})"

rgpt --max {{300}} --i "$(git diff {{path/to/file}})"

rgpt --pres {{1.2}} --i "$(git diff {{path/to/file}})"

rgpt --model {{davinci}} --i "$(git diff {{path/to/file}})"

rgpt --json --i "$(git diff {{path/to/file}})"