• Joined on 2023-01-26
Xavi pushed to main at Xavi/dodo 2024-09-10 05:00:32 +00:00
65464112a6 Modified Makefile to deal with deps and other .c's better
b0eb5be2c0 Added test template
443c9f04cd Added a main.c and moved calls to functs to main()
Compare 3 commits »
Xavi pushed to main at Xavi/dodo 2024-09-09 17:00:33 +00:00
4cc935cd01 Modified submodules
b5085f0131 Fixed Makefile
Compare 2 commits »
Xavi pushed to master at Other/sqlite3 2024-09-09 17:00:00 +00:00
4b625cd71b Added src directory
Xavi pushed to main at Xavi/xlibc 2024-09-09 16:59:43 +00:00
2f679ebfa3 Removed lib and archive files
Xavi pushed to main at Xavi/dodo 2024-09-09 06:06:06 +00:00
b4247d861f Modified file hierarchy
Xavi pushed to master at Other/sqlite3 2024-09-09 04:54:31 +00:00
584472ad24 Added link to the amalgamation
Xavi created branch master in Other/sqlite3 2024-09-09 04:53:39 +00:00
Xavi pushed to master at Other/sqlite3 2024-09-09 04:53:39 +00:00
fc3b4084c1 Added the amalgamation
Xavi created repository Other/sqlite3 2024-09-09 04:49:47 +00:00
Xavi pushed to main at Xavi/dodo 2024-09-09 03:31:54 +00:00
21bdb0bdf4 Added date and task_entry structs for code refactor
Xavi pushed to main at Xavi/dodo 2024-09-09 00:09:19 +00:00
76fb74d504 Removed UNIQUE property from active_id
f83bef2674 Added complete_task func
Compare 2 commits »
Xavi pushed to main at Xavi/dodo 2024-09-08 23:34:24 +00:00
09492950b8 Added active_id increment in schema
586786ff6c Added update_task_status func
22eadc8ad7 Added updated x_string
7d326f6057 Added del_task function
Compare 4 commits »
Xavi pushed to main at Xavi/xlibc 2024-09-08 06:27:19 +00:00
a3a700a2c0 Added x_strcmp to compare two strings
ad2aa8db06 Added tests for x_string
Compare 2 commits »
Xavi pushed to main at Xavi/dodo 2024-09-08 02:29:49 +00:00
e8e73da981 Deleted some commented code
ad41fe3fbf Modified README to include command descriptions
0113cec73c Added bad input validation on task add
Compare 3 commits »
Xavi pushed to main at Xavi/dodo 2024-09-06 19:19:55 +00:00
7a9d7e9ff0 Modified due_date column to check that it's a date TODO:add func is broke now
53a5c910b5 Added ability to pass new task from cli, TODO:it's really bad
43323dbf9b Fixed some curser offset bugs
2dfbc19d2c Added crappy argument handler
9c46269868 Added initial imp of add_task
Compare 6 commits »
Xavi pushed to main at Xavi/dodo 2024-09-04 19:59:05 +00:00
bf1f5e0c70 Modified display_heading func
bf70f3415a Modified get_num_rows to use gen_sql_stmt and made gen_sql_stmt take out_stmt as an arg
ea1d581e4d Deleted print_select function
Compare 3 commits »
Xavi pushed to main at Xavi/dodo 2024-09-04 04:22:02 +00:00
22e71dd40a Added error checking but broke other things TODO: fix gen_sql_stmt
daabdcbfac Added display_status_list func
bcf1c17bf7 Added to view function
1e1163b96a Added TODOs
Compare 4 commits »
Xavi pushed to main at Xavi/dodo 2024-08-26 03:47:05 +00:00
61e9ee7047 Broke a bunch of things, TODO: make print_select function
Xavi pushed to main at Xavi/dodo 2024-08-26 00:46:47 +00:00
ffb26ebefc Added rough draft of view()
Xavi pushed to main at Xavi/dodo 2024-08-23 05:23:50 +00:00
76e4f9f6e0 Added some sql helper functions and x_curses for escape console commands