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
.
Enjoy your vacations! 🏖
brew install caarlos0/tap/github-vacations