Added Daily Notifier tool.

This commit is contained in:
Jonathan Bernard 2016-11-03 09:02:42 -05:00
parent 743257aa74
commit f155dc4880

View File

@ -75,5 +75,17 @@
"description": "Utility methods to fill in the horrid time support in Nim's stdlib. This is holding me over until I can write a proper time module for the stdlib and submit it.",
"license": "BSD3",
"web": "http://git.jdb-labs.com/jdb/nim-time-utils"
},
{
"name": "daily_notifier",
"url": "http://git.jdb-labs.com/jdb/daily-notifier.git",
"method": "git",
"tags": [
"commandline",
"daemon"
],
"description": "Little programs that read my daily plan, publish them, and notifiy me of upcoming events.",
"license": "BSD3",
"web": "http://git.jdb-labs.com/jdb/daily-notifier"
}
]