{"id":13863038,"url":"https://github.com/yuler/gh-todo","last_synced_at":"2026-02-24T09:06:15.841Z","repository":{"id":44619265,"uuid":"401936914","full_name":"yuler/gh-todo","owner":"yuler","description":"[GitHub CLI] extension for todo list manager via GitHub issues","archived":false,"fork":false,"pushed_at":"2022-02-14T03:31:14.000Z","size":34,"stargazers_count":32,"open_issues_count":1,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-28T06:10:12.613Z","etag":null,"topics":["cli","gh-extension","todo"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yuler.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-09-01T05:01:48.000Z","updated_at":"2025-11-15T15:17:47.000Z","dependencies_parsed_at":"2022-09-01T04:53:09.764Z","dependency_job_id":null,"html_url":"https://github.com/yuler/gh-todo","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/yuler/gh-todo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuler%2Fgh-todo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuler%2Fgh-todo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuler%2Fgh-todo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuler%2Fgh-todo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yuler","download_url":"https://codeload.github.com/yuler/gh-todo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuler%2Fgh-todo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29777671,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-24T04:54:30.205Z","status":"ssl_error","status_checked_at":"2026-02-24T04:53:58.628Z","response_time":75,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["cli","gh-extension","todo"],"created_at":"2024-08-05T06:02:00.310Z","updated_at":"2026-02-24T09:06:15.823Z","avatar_url":"https://github.com/yuler.png","language":"Shell","funding_links":[],"categories":["Shell","🧩 Categories"],"sub_categories":["Issue / PR Management"],"readme":"# gh todo\n\n[GitHub CLI] extension for todo list manager, via GitHub issues.\n\n\u003e Keep three and only three lists: a Todo List, a Watch List, and a Later List.\n\u003e\n\u003e --- [Marc Andreessen’s guide to personal productivity.\n\u003e ](https://pmarchive.com/guide_to_personal_productivity.html)\n\n## Install\n\n```bash\ngh extension install yuler/gh-todo\n```\n\n## Features\n\n- Simple\n- Easy to use via command line\n- Integration GitHub issues\n\n## How it works\n\nFirst, you need run `gh todo init`. It will create `todo` repo in your GitHub account.\n\n**Note:**\n\n- You can override the default repo name `todo` with the environment variable `GH_TODO_REPO`. Like this:\n\n  ```bash\n  GH_TODO_REPO=repo-todo gh todo init\n  ```\n\n- And you can use `gh todo init --template yuler/template-todo` based on a template repository.\n\nThen you can use `gh todo add` to add new task. It will create an issue with today(yyyy-MM-dd) as the title in `todo` repo.\n\nYou can specify the issue title with `--scope`. The default is today(yyyy-MM-dd). Current support [yesterday, tomorrow, week, month, year]. Any other will be used directly as issue title.\n\nThe `gh todo` or `gh todo list` where show todo list.\n\n## Usage\n\n```bash\n# Show help for command\ngh todo --help\n# Create `todo` repo\ngh todo init --template=yuler/template-todo\n# Open `issues` in browser\ngh todo home\n# Add todo item\ngh todo add [item]\n# Open `issue` in browser\ngh todo view\n# Close `issue`\ngh todo done\n# Show todo list\ngh todo list\n```\n\n## ZSH Completion\n\n- Define `gh-todo` function in `.zshrc`\n\n  ```zsh\n  gh-todo() {\n    gh todo $@\n  }\n  ```\n\n- Ensure autoload `compinit`\n- Add completion to `zsh/site-functions`\n\n  ```bash\n  curl https://raw.githubusercontent.com/yuler/gh-todo/main/completion.zsh \u003e /usr/local/share/zsh/site-functions/\\_gh-todo\n  ```\n\n## Related\n\n- [yuler/template-todo]\n- [todo.txt-cli]\n- [taskbook]\n\n\u003c!-- Links --\u003e\n\n[github cli]: https://github.com/cli/cli\n[yuler/template-todo]: https://github.com/yuler/template-todo\n[todo.txt-cli]: https://github.com/todotxt/todo.txt-cli\n[taskbook]: https://github.com/klaussinani/taskbook\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyuler%2Fgh-todo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyuler%2Fgh-todo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyuler%2Fgh-todo/lists"}