todo-in-c
What is todo-in-c
todo-in-c is (in my opinion) a nice little cli tool built in C to act as a todo list!
It packs some nice features like a tidy help screen showcasing all the function that it has like:
- Adding a task
- Listing all tasks
- Making a task as done
- Removing a task
- Editing a task
- Removing all tasks marked as done
Some more of the functions that it has is the rebuild function completly clearing the database file from trash, the backup function creating a clean backup of the database file and the import function the imports a backup file.
It was a fun little project that can also be found on github, and has been a nice opportunity to revisit the file operations of our beloved C!
Thanks a lot for reading!
- Stefanos M.