https://github.com/helpermethod/mr
Open GitLab Merge Requests from the commandline.
https://github.com/helpermethod/mr
bash gitlab merge-request
Last synced: 11 months ago
JSON representation
Open GitLab Merge Requests from the commandline.
- Host: GitHub
- URL: https://github.com/helpermethod/mr
- Owner: helpermethod
- License: mit
- Created: 2019-01-11T07:23:35.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-12-30T12:18:53.000Z (about 4 years ago)
- Last Synced: 2025-02-05T03:32:42.888Z (about 1 year ago)
- Topics: bash, gitlab, merge-request
- Language: Shell
- Homepage:
- Size: 30.3 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mr
[](https://raw.githubusercontent.com/helpermethod/mr/master/LICENSE)
Open GitLab Merge Requests from the commandline.
## Features
* no dependencies except `git`
## Installation
```sh
curl -sSL https://raw.githubusercontent.com/helpermethod/mr/master/mr > "$HOME"/bin/mr
```
Make sure to add `$HOME/bin` to your `PATH`.
## Usage
After you have pushed a commit, type `mr` on the commandline.
```sh
git commit -a -m 'Update README.md'
git push
mr
```
A window with a new Merge Request will open in your browser.