Categorygithub.com/pugkong/glnotify
repositorypackage
0.0.4
Repository: https://github.com/pugkong/glnotify.git
Documentation: pkg.go.dev

# README

GLNotify

build build Coverage Status Go Report Card LoC Release

A CLI tool to get updates from your gitlab projects. At the moment it will only notify you about new comments and labels in merge requests.

Install

Download the proper file in the release section or build it yourself.

And create glnotify/config.json file in your config directory ($XDG_CONFIG_HOME, $HOME/.config, $HOME/Library/Application Support or %AppData%)

{
  "base_url": "https://gitlab.com",
  "token": "<your-token>",
  "user_id": 42,
  "project_ids": [43, 44, 45]
}

Usage

Simply run glnotify, e.g.

$ glnotify
MR: Some MR
Commented by: John, Jane
https://gitlab.com/some-mr

$ glnotify

$