prs
TUI tool for tracking relevant pull requests
TLDR
Launch the PR tracker in query mode
$ prs
Launch in repos mode$ prs --mode repos
SYNOPSIS
prs [options]
DESCRIPTION
prs is a terminal user interface for tracking pull requests without leaving the terminal. It supports two modes: query mode (default) searches PRs using GitHub search syntax, and repos mode lets you pick from a predefined repository list. Configuration priority is: flags, then environment variables, then YAML config file.
PARAMETERS
--mode MODE
Operating mode: query (search PRs by GitHub search syntax) or repos (browse predefined repository list).
KEYBOARD SHORTCUTS
q / Esc
Go backQ
Quit from anywhere?
Open help viewd
Open PR details viewCtrl+v
Show PR details using gh
HISTORY
prs was created by dhth and is written in Go.
