Skip to content

abresas/gh-cr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gh-cr

A GitHub CLI extension for viewing PR review comments in the terminal.

Installation

gh extension install abresas/gh-cr

Usage

# View comments on PR #423 in current repo
gh cr 423

# View comments on PR #423 in a specific repo
gh cr 423 --repo owner/repo

Features

  • Displays review comments grouped by file
  • Shows code context with syntax-highlighted diffs
  • Formats suggestion blocks
  • Groups threaded replies together
  • Shows general discussion comments
  • Relative timestamps (e.g., "2 hours ago", "yesterday")

Requirements

  • GitHub CLI (gh) installed and authenticated
  • Python 3.9+

License

MIT

About

Github cli extension for viewing comments left in pull requests (Code Reviews)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors