/gitlab-mr

Open the GitLab merge request page for the current branch

Primary LanguageGo

gitlab-mr

Open the GitLab merge request page for the current branch

Install

> git clone https://github.com/oligot/gitlab-mr.git
> cd gitlab-mr
> go build

Configure

{
  "token": "..." 
}

Usage

> gitlab-mr

This should open a tab in your browser with the merge request page, if one exists for the current branch.