{"id":18354625,"url":"https://github.com/birchb1024/gitodo","last_synced_at":"2026-04-22T16:37:05.714Z","repository":{"id":145282386,"uuid":"149401526","full_name":"birchb1024/gitodo","owner":"birchb1024","description":"Use Git to store and update todo lists and issues.","archived":false,"fork":false,"pushed_at":"2024-11-12T01:44:44.000Z","size":17,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-05T04:42:44.586Z","etag":null,"topics":["git","prototype","todo-list"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/birchb1024.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-09-19T06:18:36.000Z","updated_at":"2022-07-08T04:15:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"6bd74bd1-dd70-4b32-ba52-fe2484183134","html_url":"https://github.com/birchb1024/gitodo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/birchb1024/gitodo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/birchb1024%2Fgitodo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/birchb1024%2Fgitodo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/birchb1024%2Fgitodo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/birchb1024%2Fgitodo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/birchb1024","download_url":"https://codeload.github.com/birchb1024/gitodo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/birchb1024%2Fgitodo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32145870,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-22T15:33:03.595Z","status":"ssl_error","status_checked_at":"2026-04-22T15:30:42.712Z","response_time":58,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["git","prototype","todo-list"],"created_at":"2024-11-05T22:04:41.692Z","updated_at":"2026-04-22T16:37:00.707Z","avatar_url":"https://github.com/birchb1024.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gitodo\nUse Git to store and update todo lists and issues.\n\n\n## Installation\n\n### Prerequisites\n\nInstall `fzf` see [link](https://github.com/junegunn/fzf#installation)\n\nor \n\n```\ngo get -u github.com/junegunn/fzf\n```\n\n## Install gitodo\n\n* Clone this repo\n* Install fzf (https://github.com/junegunn/fzf)\n* Set some environment variables\n\n~~~\n    export TODO_DIR=/some/directory\n~~~\n\n* Create the repo\n\n~~~\n    cd $TODO_DIR; git init\n~~~\n\n## Usage\n\n~~~\nlist\n\n     List all open items\n\ndid\n\n     Print history of the current item\n\ndoing\n\n     Choose a new active branch , provide a string to search for in the list of items\n\n     Example:\n\n       $ doing world\n\nwhat\n\n     Print the active item\n\nnb\n\n     Add a one-line comment record to the current branch\n\n     Example:\n\n       $ nb Linus says sorry\n\nmemo\n\n     Add a multi-line commit to the current item\n\ntodo\n\n     Create a new item todo\n\n     Example:\n\n       $ todo Solve world hunger\n\nfin\n\n     Finish an item, remove it from the list. Optionally provide an inital search string.\n\n     Example:\n\n       $ fin hunger\n\n~~~\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbirchb1024%2Fgitodo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbirchb1024%2Fgitodo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbirchb1024%2Fgitodo/lists"}