Commit graph

33 commits

Author SHA1 Message Date
ef287b9fd0 Format some errors with codespan-reporting 2022-01-02 15:06:40 +01:00
d27812b836 Represent commands in file uniformly 2022-01-02 00:42:06 +01:00
017098da34 Parse and format logs 2022-01-01 14:43:23 +01:00
0e4ef7fef3 Allow tasks to be canceled 2021-12-31 23:57:40 +01:00
73a44a697a Error when moving untimed entry to new time 2021-12-21 19:34:55 +01:00
1ac39c69f2 Move entries to a different time 2021-12-21 19:24:58 +01:00
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
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
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
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
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
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
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
b4b8dd53e0 Move stuff to files module 2021-11-21 23:03:12 +01:00
Renamed from src/commands.rs (Browse further)