aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Updated README.md with state of the programmainRaymaekers Luca2025-01-081-21/+55
|
* Require -n when deleting a task as securityRaymaekers Luca2025-01-081-1/+6
|
* Added "nvim" commandRaymaekers Luca2024-11-123-1/+192
|
* Added edit and descriptionsRaymaekers Luca2024-11-113-85/+242
| | | | | | | | - 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
* Better flags parsing and "top" comamndRaymaekers Luca2024-11-103-169/+287
|
* Added README.md with future plansRaymaekers Luca2024-11-103-23/+36
|
* Create separate module for primitivesRaymaekers Luca2024-10-124-76/+225
| | | | | | - 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
* Add tags to tasksRaymaekers Luca2024-10-113-106/+234
| | | | | | | | | | | | | | | | 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
* initRaymaekers Luca2024-10-012-0/+240