Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/helpermethod/mr
Open GitLab Merge Requests from the commandline.
https://github.com/helpermethod/mr
bash gitlab merge-request
Last synced: 5 days 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 6 years ago)
- Default Branch: master
- Last Pushed: 2021-12-30T12:18:53.000Z (about 3 years ago)
- Last Synced: 2024-11-30T21:27:20.720Z (2 months 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
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](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.