Commit Graph

15 Commits

Author SHA1 Message Date
a21bac2c61 Add reschedule command 2023-07-16 09:54:32 +02:00
68e7a88e5c -lsqlite3 is only needed during linkage 2023-07-13 12:55:26 +02:00
10c326c040 Moving away from c++ which was not needed
Improve list command (now sorted output)
Bump version to 1.0.1
2023-07-13 12:00:05 +02:00
488499050b Added task_list_t 2023-07-13 11:55:50 +02:00
965473c87b Add README.md 2023-07-12 22:55:38 +02:00
3b9533929b New default db path: $HOME/.config/takl.sqlite3 2023-07-12 22:47:19 +02:00
5ba4ca001a Add more colors 2023-07-12 22:45:07 +02:00
f7f674f7a0 Highlight expired tasks 2023-07-12 22:21:14 +02:00
722c88a1b2 Hide completed tasks by default 2023-07-12 22:00:57 +02:00
dd0a0db947 Add the ability to select multiple tasks at once 2023-07-12 21:56:05 +02:00
8ee456ac53 Keep database integrity (e.g. no x2 id) 2023-07-12 21:55:27 +02:00
22cd6a69da Implement done command 2023-07-12 21:32:44 +02:00
54ec5262d3 And the corresponding main.c 2023-07-12 21:29:17 +02:00
33f77d4cfc Implement add and delete actions 2023-07-12 21:28:54 +02:00
3696ca684f first commit 2023-07-12 11:08:40 +02:00