Read and reply to GitHub pull request review threads directly from your terminal.
Status:
- Early development. The roadmap for
v0.1is tracked here - Currently only supports GitHub
- GitHub CLI (
gh) installed and authenticated
gh extension install jameslkingsley/gh-threadsJust run gh threads in your repository; it will infer the pull request from the current branch. For more options run:
gh threads --help- Left/Right: previous/next thread
- Up/Down or mouse wheel: scroll
- Tab: switch between conversation / reviews (unresolved) / reviews (all)
- d: toggle diff hunk / description
- r: post a reply (opens
$EDITOR) - q: quit
Contributions are welcome! The long-term goal of this tool is to provide a seamless experience for responding to and conducting code reviews directly from the terminal.
