Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.72 KB

README.md

File metadata and controls

33 lines (23 loc) · 1.72 KB

github-vacations

Release Software License Travis Coverage Status Go Report Card Godoc SayThanks.io Powered By: GoReleaser

Automagically ignore all notifications related to work when you are on vacations

Just put the binary somewhere, export a GITHUB_TOKEN environment variable, and put it in your crontab:

* * * * * /path/to/github-vacations -t My-Github-Token -o SomeOrg > /dev/null 2>&1

Your notifications will be stored on %HOME/.vacations.db. You can read them when you get back by using github-vacations read.

screenshot

Enjoy your vacations! 🏖

Install

brew install caarlos0/tap/github-vacations