https://github.com/ldez/prm
Pull Request Manager for Maintainers
https://github.com/ldez/prm
git github maintainer-tools pull-requests
Last synced: 7 months ago
JSON representation
Pull Request Manager for Maintainers
- Host: GitHub
- URL: https://github.com/ldez/prm
- Owner: ldez
- License: apache-2.0
- Created: 2017-06-17T13:19:50.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2025-03-25T03:47:17.000Z (8 months ago)
- Last Synced: 2025-03-28T11:08:44.454Z (7 months ago)
- Topics: git, github, maintainer-tools, pull-requests
- Language: Go
- Homepage: https://ldez.github.io/prm/
- Size: 5.17 MB
- Stars: 191
- Watchers: 6
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# PRM - Pull Request Manager
[](https://aur.archlinux.org/packages/prm)
[](https://github.com/ldez/homebrew-tap)
[](https://github.com/lukesampson/scoop)
[](https://github.com/ldez/scoop-bucket)
[](https://github.com/ldez/prm/releases)
[](https://github.com/sponsors/ldez)
[](https://github.com/ldez/prm/actions)
[](https://goreportcard.com/report/github.com/ldez/prm)

[](https://ldez.github.io/prm/)
If you are a maintainer of Open Source Software, you need to review a lot of PR, this tool is made for you.
With the GitHub feature ["repository maintainer permissions on existing pull requests"](https://help.github.com/articles/allowing-changes-to-a-pull-request-branch-created-from-a-fork/), now we can edit real PR branch.
This tool allows to easily manage PR branches and remotes.

:briefcase: Features:
* Checkout a PR (interactively or by its number)
* Remove a PR (interactively or by its number)
* Remove all "checkouted" PRs for a project.
* Push on a PR.
* Display all "checkouted" PR (for a project or for all projects)
* Clone and fork automatically a repository
* Manage all your repositories.
* Save your configuration: `~/.config/prm` (or `~/.prm` on Windows)
* Only works with GitHub.
---
:package: **How to install:** https://ldez.github.io/prm/#how-to-install
:bulb: **How to use:** https://ldez.github.io/prm/
---