Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ldez/prm
Pull Request Manager for Maintainers
https://github.com/ldez/prm
git github maintainer-tools pull-requests
Last synced: 3 days 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 7 years ago)
- Default Branch: main
- Last Pushed: 2025-01-06T19:27:36.000Z (15 days ago)
- Last Synced: 2025-01-10T22:12:59.389Z (10 days ago)
- Topics: git, github, maintainer-tools, pull-requests
- Language: Go
- Homepage: https://ldez.github.io/prm/
- Size: 5.16 MB
- Stars: 190
- Watchers: 7
- Forks: 11
- 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
[![ArchLinux (AUR)](https://img.shields.io/aur/version/prm.svg?style=flat)](https://aur.archlinux.org/packages/prm)
[![Homebrew Taps](https://img.shields.io/github/release/ldez/prm.svg?label=Homebrew%20Taps&style=flat)](https://github.com/ldez/homebrew-tap)
[![Scoop Main Bucket](https://img.shields.io/github/release/ldez/prm.svg?label=Scoop%20Main%20Bucket&style=flat)](https://github.com/lukesampson/scoop)
[![Scoop Bucket](https://img.shields.io/github/release/ldez/prm.svg?label=Scoop%20Bucket&style=flat)](https://github.com/ldez/scoop-bucket)
[![release](https://img.shields.io/github/release/ldez/prm.svg?style=flat)](https://github.com/ldez/prm/releases)[![Sponsor](https://img.shields.io/badge/Sponsor%20me-%E2%9D%A4%EF%B8%8F-pink)](https://github.com/sponsors/ldez)
[![Build Status](https://github.com/ldez/prm/workflows/Main/badge.svg?branch=master)](https://github.com/ldez/prm/actions)
[![Go Report Card](https://goreportcard.com/badge/github.com/ldez/prm)](https://goreportcard.com/report/github.com/ldez/prm)
![astro](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Fastronomer.ullaakut.eu%2Fshields%3Fowner%3Dldez%26name%3Dprm)[![PRM](docs/static/images/logo-stroke.png)](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.![PRM](/docs/static/images/prm.gif)
: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/
---