{"id":16166337,"url":"https://github.com/alswl/go-toodledo","last_synced_at":"2025-07-14T00:37:48.623Z","repository":{"id":37043440,"uuid":"181188691","full_name":"alswl/go-toodledo","owner":"alswl","description":"Client(CLI and TUI) and SDK  for toodledo.com","archived":false,"fork":false,"pushed_at":"2024-12-21T06:58:17.000Z","size":1497,"stargazers_count":6,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-06T02:48:29.759Z","etag":null,"topics":["bubbletea","gtd","todo","toodledo","tui"],"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/alswl.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,"zenodo":null}},"created_at":"2019-04-13T15:11:16.000Z","updated_at":"2024-12-21T06:57:49.000Z","dependencies_parsed_at":"2024-10-27T19:18:35.473Z","dependency_job_id":"360a726a-6b76-4b88-8a10-41e378dabacd","html_url":"https://github.com/alswl/go-toodledo","commit_stats":{"total_commits":273,"total_committers":2,"mean_commits":136.5,"dds":0.01831501831501836,"last_synced_commit":"7b6ca160bc83f397484946fbe70358b7088e4cb2"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/alswl/go-toodledo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alswl%2Fgo-toodledo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alswl%2Fgo-toodledo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alswl%2Fgo-toodledo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alswl%2Fgo-toodledo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alswl","download_url":"https://codeload.github.com/alswl/go-toodledo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alswl%2Fgo-toodledo/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265228143,"owners_count":23731067,"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":["bubbletea","gtd","todo","toodledo","tui"],"created_at":"2024-10-10T02:53:55.253Z","updated_at":"2025-07-14T00:37:48.597Z","avatar_url":"https://github.com/alswl.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# go-toodledo\n\n[![Build Status](https://github.com/bykof/go-plantuml/actions/workflows/test.yml/badge.svg)](https://github.com/alswl/go-toodledo/actions/workflows/go.yml/badge.svg)\n[![Go Report Card](https://goreportcard.com/badge/github.com/alswl/go-toodledo)](https://goreportcard.com/report/github.com/alswl/go-toodledo)\n\nGo CLI / TUI / SDK for Toodledo.\n\nStatus: CLI Stable / SDK Stable / TUI under development(did NOT continue)\n\nI’ve used Toodledo for over twelve years now paying eight years’ subscription fees.\nNow I migrate to Obsidian Tasks. Read\n[From Toodledo To Obsidian Tasks - my GTD best practices | Log4D](https://en.blog.alswl.com/2023/02/gtd/)\nfor more details.\n\n## Usage (CLI)\n\n```sh\n\u003e toodledo task list --context home --status nextaction\n         # │ [X] │ TITLE            │     STATUS │ CONTEXT │ PRIORITY │ FOLDER  │ GOAL │ DUE        │ REPEAT      │ LENGTH │ TIMER\n───────────┼─────┼──────────────────┼────────────┼─────────┼──────────┼─────────┼──────┼────────────┼─────────────┼────────┼───────\n 327077755 │ [ ] │ next-action item │ NextAction │ home    │     High │ to-0128 │ b    │ 2022-02-24 │ FREQ=WEEKLY │ 1m0s   │ 20m0s\n 327078471 │ [ ] │ abc2x            │ NextAction │ home    │     High │         │ c    │            │             │        │\n```\n\nMore commands usage can be found in the [Manual](./docs/commands/toodledo.md).\n\n### Quick Start\n\nLogin:\n\n```sh\n# login\ntoodledo auth login\n# follow steps, open link your browser\ntoodledo auth token YOUR-CODE\n# verify\ntoodledo auth status\n```\n\nTasks:\n\n```shell\n# list\n\u003e toodledo task list --context home --goal goal-b\nINFO[0002] Syncing tasks\n         # │ [X] │ TITLE    │ STATUS │ CONTEXT │ PRIORITY │ FOLDER │ GOAL   │ DUE │ REPEAT │ LENGTH │ TIMER\n───────────┼─────┼──────────┼────────┼─────────┼──────────┼────────┼────────┼─────┼────────┼────────┼───────\n 330000079 │ [ ] │ cooking3 │   None │ home    │   Medium │        │ goal-b │     │        │        │\n\n# complete\n\u003e toodledo task complete 323245685\n         # │ [X] │ TITLE  │ STATUS │ CONTEXT │ PRIORITY │ FOLDER  │ GOAL    │ DUE │ REPEAT │ LENGTH │ TIMER\n───────────┼─────┼────────┼────────┼─────────┼──────────┼─────────┼─────────┼─────┼────────┼────────┼───────\n 320000085 │ [X] │ test-c │   None │ Not Set │      Low │ Not Set │ Not Set │   0 │        │      0 │     0\n\n# edit\n\u003e toodledo task edit --title cooking4-8 --context a --status nextaction 334313701\n         # │ [X] │ TITLE      │     STATUS │ CONTEXT │ PRIORITY │ FOLDER │ GOAL   │ DUE │ REPEAT │ LENGTH │ TIMER\n───────────┼─────┼────────────┼────────────┼─────────┼──────────┼────────┼────────┼─────┼────────┼────────┼───────\n 330000001 │ [ ] │ cooking4-8 │ NextAction │ a       │   Medium │ a      │ goal-b │     │        │        │\n```\n\nGoals:\n\n```sh\n\u003e toodledo folder list\n       # │ NAME                         │ ARCHIVED\n─────────┼──────────────────────────────┼──────────\n 3000096 │ AnalysisDesign               │        0\n 4000073 │ Business                     │        0\n 4000039 │ Custom-Support               │        1\n 3000006 │ Coding                       │        0\n 3000000 │ Family                       │        0\n```\n\nMore commands usage can be found in the [Manual](./docs/toodledo.md).\n\n## Build\n\n```sh\n\u003e git clone https://github.com/alswl/go-toodledo.git\n\u003e make clean build\n\u003e cp ./bin/toodledo /usr/local/bin\n\u003e cp ./bin/tt /usr/local/bin\n\u003e toodledo --help\n```\n\n\n## One more thing\n\n`tt` is a full-featured TUI app(under actively development).\nYou can get the development version from `cmd/tt`.\n\n![snapshot](./docs/assets/tt.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falswl%2Fgo-toodledo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falswl%2Fgo-toodledo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falswl%2Fgo-toodledo/lists"}