Skip to content

A CLI tool to get updates from your gitlab projects

License

Notifications You must be signed in to change notification settings

PugKong/glnotify

Repository files navigation

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

$

About

A CLI tool to get updates from your gitlab projects

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages