Skip to content

Poll gitlab todos and display desktop notifications.

License

Notifications You must be signed in to change notification settings

outten45/glabtodos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

glabtodos

A command line tool to notify you have pending todos from a gitlab instance on your Mac. There are 2 types of notifications.

  • If you run AnyBar, it will turn the dot Red when you have pending todos.
  • Using notificator you will get a popup notification if you have any pending todos.

Setup

Add the following environmental variables:

  • GLAB_HOST - The schema and host (for example https://gitlab.example.com)
  • GLAB_APIPATH - The URI of the API (for example /api/v3/)
  • GLAB_TOKEN - Your access token setup in GLAB_LAB
  • GLAB_DELAY - The display between polling and defaults to 90s (90 seconds)

To install via the go command:

go get -u github.com/outten45/glabtodos/

About

Poll gitlab todos and display desktop notifications.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published