Commit Graph

32 Commits

Author SHA1 Message Date
e03dff6589 Oops, I removed the sqlite3_step in 42d9d1e 2023-10-15 11:43:47 +02:00
6c8c2f7192 log socket path 2023-10-04 17:24:48 +02:00
7d445ee27b Override configuration with env variables 2023-10-04 17:15:15 +02:00
9cae1fbebb README: update dependencies 2023-10-03 22:05:19 +02:00
22b90691b5 Check if category is NULL before copying it 2023-10-03 18:19:23 +02:00
93e29137f8 Update .gitignore 2023-10-03 18:18:57 +02:00
5ba5f05019 Actualiser README.md 2023-09-29 20:06:32 +02:00
a60055ff7e Forgot to update daemon.c 2023-09-29 18:51:12 +02:00
42d9d1e5c0 Add categories to task\n\nVersion bump, make sure to update your database scheme 2023-09-29 17:54:59 +02:00
9a5fbc66dd Add 'category' to db schema 2023-09-20 16:55:30 +02:00
1545e3140d main:Fix segfault when socket does not exist 2023-07-17 09:45:38 +02:00
778d75396e Add gnome-autostart make rule 2023-07-16 16:01:38 +02:00
162c59c7da daemon: get notified of db changes 2023-07-16 13:07:49 +02:00
c5b616f5e7 Add utils.c 2023-07-16 13:04:37 +02:00
114c5f901f daemon: send basic notifications 2023-07-16 11:07:04 +02:00
be6c4fa9c5 Add desktop notifications code 2023-07-16 11:06:32 +02:00
61de4adf18 Change repository structure and add daemon.c/log.c 2023-07-16 10:19:36 +02:00
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