13 Commits

Author SHA1 Message Date
Jonathan Bernard
68692bdc83 Update for Nim 0.18 2018-04-02 14:48:18 -05:00
Jonathan Bernard
f3d4421af2 Fix <cfgFile> option handling. 2017-10-02 12:12:33 -05:00
Jonathan Bernard
efe856c0fe Clean up debug statements (logger already adds the level). 2016-11-05 08:20:22 -05:00
Jonathan Bernard
3e430f8ff2 Workaround for Nim bug 4996
As of Nim 0.15.2 there exists a conflict the compiler cannot reconcile between
`sequtils.toSeq` and `nre.toSeq`. The workaround is to be explicit about which
`toSeq` you want (see https://github.com/nim-lang/Nim/issues/4996).
2016-11-05 08:20:03 -05:00
Jonathan Bernard
ddf9ab7fd1 Finished work to enable navi sounds. 2016-11-05 00:35:18 -05:00
Jonathan Bernard
1861a2fcd7 Started working on making the daemonize functionality a little more robust. 2016-11-04 16:29:32 -05:00
Jonathan Bernard
5b0747d960 Add notification sound on Linux. 2016-11-03 16:22:33 -05:00
Jonathan Bernard
eb907e8e36 Re-read plan file if the file has a newer modification date than last time we checked. 2016-11-03 12:49:20 -05:00
Jonathan Bernard
050d11362c Try to re-read the plan file if we have no items. 2016-11-02 22:27:17 -05:00
Jonathan Bernard
2748a3e8ce Finished initial daily_notifier implementation. 2016-11-02 22:15:37 -05:00
Jonathan Bernard
a48d25200e Initial implementation. Still needs stop, reconfigure commands. 2016-11-02 19:53:03 -05:00
Jonathan Bernard
9928b9fcb5 Added a file manifest to track modifcations. 2016-10-17 17:15:00 -05:00
Jonathan Bernard
29b9b4f167 Added deploy helper to push plans out to FastMail hosting. 2016-10-15 22:52:14 -05:00