aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-01-08Updated README.md with state of the programmainRaymaekers Luca
2025-01-08Require -n when deleting a task as securityRaymaekers Luca
2024-11-12Added "nvim" commandRaymaekers Luca
2024-11-11Added edit and descriptionsRaymaekers Luca
- Edit task with the "edit" command to change it's text - Add descriptions to task with "desc" command, delete a description by providing an empty description - added `-d` flag to commands to act on done tasks - fixed bug: Delete a tag that is used by a task
2024-11-10Better flags parsing and "top" comamndRaymaekers Luca
2024-11-10Added README.md with future plansRaymaekers Luca
2024-10-12Create separate module for primitivesRaymaekers Luca
- Added a converter tool to convert from an old version of gobdata to a new format - added ws sub directory for the command line tool
2024-10-11Add tags to tasksRaymaekers Luca
Adds tag functionality to tasks - Added Task type - Added Tag type - Save Tags to Gobdata - Renamed gobdata -> Gobdata - Replaced NArg by ParseNArg function - Added ArgInArgs helper function - Added testing to TODO's - Refactored switch statement - Removed usage function - Added gitignore - Added LICENSE
2024-10-01initRaymaekers Luca