summaryrefslogtreecommitdiff
path: root/common.lua
Commit message (Collapse)AuthorAgeFilesLines
* common: add simple status code tablePhilipp Gesang2018-09-081-0/+25
|
* common, cal: rework debug printersPhilipp Gesang2018-09-081-6/+39
| | | | | | | * prefix messages to indicate the debug level * colorize when printing to terminal This introduces a dependency on luaposix.
* rem, common: recognize multi-valued linesPhilipp Gesang2018-09-081-0/+14
| | | | | | For muliple values we simply concatenate the input with newlines. None of the properties we implement so far need special considerations in this regard.
* rem, common: handle string sanitizationPhilipp Gesang2018-09-081-5/+34
|
* rem: implement basic event → reminder formatterPhilipp Gesang2018-07-051-0/+2
|
* cal: common: factor out loggingPhilipp Gesang2018-07-051-0/+28