prs
✨ Overview
prs lets you stay updated on the PRs you care about without leaving the
terminal.
💾 Installation
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



Acknowledgements
prs is built using bubbletea.