witjem / glabr

Terminal UI tool was written to help to monitor GitLab merge requests.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Glabr

Terminal UI tool was written to help to monitor GitLab merge requests.

How use

Create config ~/.glabr.json

{
  "gitlab_base_url": "https://gitlab.com",
  "gitlab_token": "your_token",
  "gitlab_username": "your_username",
  "projects": {
    //project alias, and project id
    "glb": 123,
    "ain": 241
  }
}

Hotkeys:

  • k, ↑ - Scroll line up
  • j, ↓ - Scroll line down
  • q - Exit
  • o - Open MR in your browser

Screenshots

alt text

About

Terminal UI tool was written to help to monitor GitLab merge requests.

License:MIT License


Languages

Language:Go 95.4%Language:Makefile 4.6%