Skip to content

caarlos0-graveyard/github-vacations

Repository files navigation

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