Merge branch 'feat/time' into dev

This commit is contained in:
Martin Pander
2026-02-10 15:54:31 +01:00
13 changed files with 901 additions and 48 deletions

View File

@@ -41,6 +41,9 @@ func main() {
}
ts := taskwarrior.NewTaskSquire(taskrcPath)
if ts == nil {
log.Fatal("Failed to initialize TaskSquire. Please check your Taskwarrior installation and taskrc file.")
}
tws := timewarrior.NewTimeSquire(timewConfigPath)
ctx := context.Background()
common := common.NewCommon(ctx, ts, tws)