Commit graph

25 commits

Author SHA1 Message Date
07ce85982c Fix when and how reminders are calculated and displayed 2021-12-21 19:53:59 +01:00
05a4582f13 Display reminders correctly 2021-12-21 00:14:44 +01:00
ff627b98df Prepare eval error handling for cli arg errors 2021-12-18 23:31:27 +01:00
d67bf0aeea Improve error handling 2021-12-18 18:56:18 +01:00
96f7aa77dc Restructure CLI 2021-12-16 03:00:26 +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
5869e50bf5 Fix some clippy warnings 2021-12-15 00:12:31 +01:00
c69af9bcde Unify Dates logic and expand DoneDate format 2021-12-14 23:32:04 +01:00
2e7ab3c4a1 Fix brackets of entries that end before the range starts 2021-12-14 22:48:22 +01:00
b476a95afb Implement done command 2021-12-14 22:37:27 +01:00
0de89bd424 Improve layouting for brackets 2021-12-14 01:50:56 +01:00
38e7d02f61 Fix some clippy warnings 2021-12-13 21:16:21 +00:00
e912d6db1a Fix rustdoc warnings 2021-12-13 21:14:37 +00:00
25cb3dfe74 Combine entry start and end if nothing is in-between 2021-12-13 19:35:16 +00:00
34a053cbe4 Show single entries 2021-12-13 19:00:53 +00:00
6365d2621b Fix num width being too small for now 2021-12-13 13:47:49 +00:00
8239a535f6 Reorganize layout and rendering code 2021-12-13 13:13:20 +00:00
5d03f6098e Left-align "now" 2021-12-12 20:35:28 +00:00
240becd28d Fix rendering of date lines 2021-12-12 19:09:11 +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
29770759cb Fix reminders for tasks 2021-12-12 11:12:09 +00:00
3c0ea68d29 Render layouts 2021-12-12 11:09:14 +00:00
ee2e5f4e97 Revamp layouting 2021-12-11 22:44:58 +01:00
44bcd5712d Layout entries 2021-12-11 20:45:55 +01:00