{"id":15035457,"url":"https://github.com/jubnzv/go-taskwarrior","last_synced_at":"2025-04-10T00:08:13.135Z","repository":{"id":31513583,"uuid":"116389369","full_name":"jubnzv/go-taskwarrior","owner":"jubnzv","description":"Golang library to interact with taskwarrior database","archived":false,"fork":false,"pushed_at":"2023-07-16T09:41:40.000Z","size":25,"stargazers_count":32,"open_issues_count":2,"forks_count":11,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-10T00:08:06.979Z","etag":null,"topics":["golang","golang-library","taskwarrior"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jubnzv.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-01-05T13:45:16.000Z","updated_at":"2025-01-10T08:35:36.000Z","dependencies_parsed_at":"2024-06-18T22:36:50.439Z","dependency_job_id":"e164c37f-88da-42ac-85d3-7346c7829054","html_url":"https://github.com/jubnzv/go-taskwarrior","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jubnzv%2Fgo-taskwarrior","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jubnzv%2Fgo-taskwarrior/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jubnzv%2Fgo-taskwarrior/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jubnzv%2Fgo-taskwarrior/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jubnzv","download_url":"https://codeload.github.com/jubnzv/go-taskwarrior/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248131317,"owners_count":21052819,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["golang","golang-library","taskwarrior"],"created_at":"2024-09-24T20:28:44.070Z","updated_at":"2025-04-10T00:08:13.104Z","avatar_url":"https://github.com/jubnzv.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# go-taskwarrior\n\n[![Build Status](https://travis-ci.org/jubnzv/go-taskwarrior.svg?branch=master)](https://travis-ci.org/jubnzv/go-taskwarrior)\n[![codecov](https://codecov.io/gh/jubnzv/go-taskwarrior/branch/master/graph/badge.svg)](https://codecov.io/gh/jubnzv/go-taskwarrior)\n[![GoDoc](https://godoc.org/github.com/jubnzv/go-taskwarrior?status.svg)](https://godoc.org/github.com/jubnzv/go-taskwarrior)\n\nGolang API for [taskwarrior](https://taskwarrior.org/) database.\n\n## Features\n\n* Custom parser for `.taskrc` configuration files\n* Read access to taskwarrior database\n* Adding/modifying existing tasks\n\n## Quickstart\n\nExample program to read the current user's tasks:\n\n```\npackage main\n\nimport (\n\t\"github.com/jubnzv/go-taskwarrior\"\n)\n\nfunc main() {\n\n\ttw, _ := taskwarrior.NewTaskWarrior(\"~/.taskrc\")\n\ttw.FetchAllTasks()\n\ttw.PrintTasks()\n}\n```\n\nTo add new task initialize `Task` object with desired values and use:\n\n```\ntw.Add(newTask)\ntw.Commit() // Save changes\n```\n\nFor more samples see `examples` directory and package tests.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjubnzv%2Fgo-taskwarrior","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjubnzv%2Fgo-taskwarrior","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjubnzv%2Fgo-taskwarrior/lists"}