prs

prs lets you stay updated on the PRs you care about without leaving the terminal.

Usage

💾 Installation

homebrew:

brew install dhth/tap/prs

go:

go install github.com/dhth/prs@latest

🛠️ Pre-requisites

🛠️ Configuration

Create a configuration file that looks like the following. By default prs will look for this file at ~/.config/prs/prs.yml.

diff-pager: delta
pr-count: 20
sources:
- owner: owner
  repos:
    - name: repo-a
    - name: repo-b
    - name: repo-c

⚡️ Usage

prs
prs -config-file /path/to/config.yml

Screenshots

Screen 1

Screen 2

Screen 3

Screen 4

Acknowledgements

prs is built using the awesome TUI framework bubbletea.