Commit Graph

4 Commits

Author SHA1 Message Date
3ed3c53854 add(taskwarrior): integrate uda for git integration
This implementation adds the necessary fields for the tasks of
taskwarrior to be synchronized with git. It provides the necessary
conversion of the taskwarrior times and the standard time.Time go
format. WIP for #3.
2023-10-21 11:03:43 +02:00
255b35783c add(taskwarrior): update tasks in taskwarrior
The implementation updates the tasks in taskwarrior and/or creates new
tasks. WIP for #3.
2023-10-20 13:41:43 +02:00
6f27c0a4d9 add(taskwarrior): get exported taskwarrior tasks
This implementation uses a filter struct to create taskwarrior filters
(like you would do in the command line) to export the filtered tasks
into json which are parsed as go structs.
2023-10-20 12:50:18 +02:00
65eec9a2f6 initial structure 2023-10-14 14:03:32 +02:00