Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.