Commit Graph

29 Commits

Author SHA1 Message Date
e8e0babfaa load file on startup if it exists 2024-11-10 01:20:17 +01:00
3159a34c9a remove unused command 2024-11-10 01:20:15 +01:00
1267fc54bb add install makefile command 2024-11-10 01:20:14 +01:00
613071c8f5 print key bindings on the footer 2024-11-10 01:20:12 +01:00
0cf3febd2b add save file path to the header 2024-11-10 01:20:11 +01:00
76396a3022 store the default file in the home directory dotfile 2024-11-10 01:20:09 +01:00
e900ffc0d7 add todo count in the bottom bar 2024-11-10 01:20:08 +01:00
dd148396f1 add space key for marking todos 2024-11-10 01:20:06 +01:00
71939366c7 allow arrow input 2024-11-10 01:20:05 +01:00
a5734d1323 add a semi-functional TUI 2024-11-10 01:20:03 +01:00
14f177e3f9 fix build errors 2024-11-10 01:20:02 +01:00
881d13b546 add cflags 2024-11-10 01:20:00 +01:00
a852107b62 update makefile 2024-11-10 01:19:59 +01:00
3acbe3eb33 update readme 2024-11-10 01:19:57 +01:00
672998b17b format the code 2024-11-10 01:19:56 +01:00
01e6a6064d free todos after quit 2024-11-10 01:19:54 +01:00
d0ec4b758b update readme 2024-11-10 01:19:52 +01:00
b27047e7d1 implement loading from file 2024-11-10 01:19:51 +01:00
71e935c8ad use stb like a normal person (totally didnt waste an hour) 2024-11-10 01:19:49 +01:00
44a4374fd1 remove llist 2024-11-10 01:19:48 +01:00
76c620c142 steal a linked list implementation 2024-11-10 01:19:46 +01:00
b49b728a4c add todo serialization 2024-11-10 01:19:44 +01:00
bb0c5c173a add makefile 2024-11-10 01:19:43 +01:00
b476873ede add ideas 2024-11-10 01:19:41 +01:00
78a190b28f add readme 2024-11-10 01:19:39 +01:00
21dd4c988e add remove command 2024-11-10 01:19:38 +01:00
e875f6fab3 separate files and fix newline bug 2024-11-10 01:19:36 +01:00
06a0b782cf make stuff work 2024-11-10 01:19:34 +01:00
Zvonimir Rudinski
34836f46f8 initial commit 2023-12-16 16:34:15 +01:00