Commit graph

42 commits

Author SHA1 Message Date
fe22c66c5c Parse REMINDs 2021-12-21 00:14:41 +01:00
3d9c4102b6 Update README, todos and example 2021-12-19 15:36:13 +01:00
14525088f9 Forbid BDATEs in TASKs 2021-12-19 15:24:12 +01:00
af9dd0819d Add isIsoLeapYear variable and fix iyl documentation 2021-12-19 15:17:59 +01:00
1056bd626c Fix calculation of some formula variables 2021-12-19 03:40:16 +01:00
45a1b403e0 Fix range grammar not being anchored 2021-12-19 00:57:19 +01:00
279bf4a4d1 Parse range for --range 2021-12-18 22:21:17 +01:00
d67bf0aeea Improve error handling 2021-12-18 18:56:18 +01:00
ab63261dfd Support marking multiple tasks as done
Not yet exposed via the CLI though
2021-12-16 00:47:59 +01:00
c07d27aa13 Overhaul file erorr handling 2021-12-15 19:17:06 +00:00
261c304268 Add todo 2021-12-15 19:17:06 +00:00
6d0acf8db7 Fix range calculation for done tasks 2021-12-14 23:38:45 +01:00
c69af9bcde Unify Dates logic and expand DoneDate format 2021-12-14 23:32:04 +01:00
6f1a533b95 Fix out-of-range move commands 2021-12-12 19:09:38 +00:00
2276aae8c5 Improve format
I think the new format is more readable than the old one, but I might change it
around again when I add colors.
2021-12-12 17:20:21 +00:00
6e6a696ca4 Allow out-of-bounds values for Time 2021-12-11 22:39:20 +01:00
44bcd5712d Layout entries 2021-12-11 20:45:55 +01:00
5ee70bd769 Implement proper errors for expression evaluation
... the hard way
2021-12-06 22:19:24 +01:00
3e70b2e2c9 Print dates in a nicer format 2021-12-06 13:55:13 +00:00
cb7c87b8b2 Implement formula evaluation for DATE statement 2021-12-06 12:47:19 +00:00
09f687bea0 Implement rest of delta steps 2021-12-05 20:02:24 +01:00
54ffb7a70a Extract primitive types to separate file 2021-12-05 19:21:59 +01:00
d105d959fa Implement some more delta steps 2021-12-05 19:15:08 +01:00
9920b00916 Get rid of some warnings 2021-12-05 18:39:53 +01:00
8d49ac139a Use span in step error message 2021-12-05 18:35:34 +01:00
7c5bd26049 Implement custom Debug for Time 2021-12-05 18:29:04 +01:00
63f5c6fba9 Add some TODOs 2021-12-05 16:15:43 +01:00
3a219ecac2 Evaluate some simple statements 2021-12-04 22:37:01 +01:00
b5ef9e8134 Change commands to a more statement-driven format 2021-12-04 19:39:15 +01:00
f42027e378 Collect relevant entries based on different modes 2021-12-04 18:44:56 +01:00
0eda941ed7 Keep file contents in memory 2021-11-29 11:16:33 +00:00
1170009b4f Carry source spans for error messages 2021-11-29 11:14:48 +00:00
e827556c84 Add eval representation of FormulaSpec 2021-11-25 02:42:27 +01:00
21739c7314 Implement basic structure for task evaluation 2021-11-25 01:24:16 +01:00
11399468e7 Allow repetitions to start from last DONE 2021-11-25 01:23:50 +01:00
bfbf53784b Include more info in DONE 2021-11-24 03:03:24 +01:00
817732abf6 Make Source less of a hassle to work with 2021-11-23 23:59:21 +01:00
f39dbdaba7 Enable and fix more lints 2021-11-22 15:23:52 +00:00
2c7aa78d08 Format files properly again
I forgot to include the includes and time zone commands
2021-11-22 10:20:41 +00:00
d7df47eba4 Use system tzinfo instead of compiling it into the binary 2021-11-22 00:45:48 +01:00
36aa6abcb9 Implement includes and setting a time zone 2021-11-22 00:15:18 +01:00
b4b8dd53e0 Move stuff to files module 2021-11-21 23:03:12 +01:00