{"id":19243092,"url":"https://github.com/gekalogiros/doo","last_synced_at":"2025-06-26T09:10:41.244Z","repository":{"id":150732895,"uuid":"149085428","full_name":"gekalogiros/Doo","owner":"gekalogiros","description":"A dead simple and super quick task management tool for the command line","archived":false,"fork":false,"pushed_at":"2018-11-01T18:53:37.000Z","size":136,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-05T03:42:14.355Z","etag":null,"topics":["cli-tools","doo","go","golang","todo","todo-cli"],"latest_commit_sha":null,"homepage":null,"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/gekalogiros.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-17T07:24:28.000Z","updated_at":"2018-11-01T18:54:13.000Z","dependencies_parsed_at":"2024-07-08T18:45:09.175Z","dependency_job_id":null,"html_url":"https://github.com/gekalogiros/Doo","commit_stats":null,"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gekalogiros%2FDoo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gekalogiros%2FDoo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gekalogiros%2FDoo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gekalogiros%2FDoo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gekalogiros","download_url":"https://codeload.github.com/gekalogiros/Doo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240331313,"owners_count":19784644,"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":["cli-tools","doo","go","golang","todo","todo-cli"],"created_at":"2024-11-09T17:16:39.561Z","updated_at":"2025-02-23T14:45:01.403Z","avatar_url":"https://github.com/gekalogiros.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.com/gekalogiros/Doo.svg?branch=master)](https://travis-ci.com/gekalogiros/Doo)\n[![Release Number](https://img.shields.io/github/release/gekalogiros/Doo.svg)](https://travis-ci.com/gekalogiros/Doo)\n \n# Doo\n\nDoo aims to be a dead simple and super quick cli tool to manage non-sophisticated task lists on your OSX machine\n\nThe idea of crafting this app came after attended the \"7 Principles of Productive Software Developers\" talk given by Java Rockstart and champion [Sebastian Daschner](https://github.com/sdaschner).   \n\n***IMPORTANT:***\n\nThis project is under development\n\n# Installation\n\n```\n$ go get github.com/gekalogiros/Doo\n```\n\n## Usage\n\n- Adding a Task\n```\n$ doo add \"I am a todo task added in today's task list\"\n$ doo add -t \"I am a todo task. Due date is in 10 days\" -d 10d\n$ doo add -t \"I am a todo task. Due date is in 1 month\" -d 1m\n$ doo add -t \"I am a todo task. Due date is tomorrow\" -d 1\n```\n\n- Lookup Task List\n```\n$ doo ls\n$ doo ls today\n$ doo ls -d 1m\n```\n\n- Moving a Task between lists\n```\n$ doo mv -f today -t tomorrow -id 53f4\n```\n\n- Remove Task List\n```\n$ doo rm -d 0\n$ doo rm -d today\n$ doo rm -d -1\n$ doo rm -d -1m\n$ doo rm -past\n```\n\n## Date Formats Allowed (-d flag or parameter)\n\nAssuming today is 2nd of January 2018 and you want to add a todo app 1 year from now, you have the following options when defining the `-d` (date) flag:\n\n```\n12m\n12M\n365d\n365D\n365\n02/01/2019\n2/1/2019\n02/01/19\n2/1/19\n02-01-2019\n2-1-2019\n02-01-19\n2-1-19\n```\n\nFor operations requiring dates in the past you can use the minus (-) symbol at the start (mainly for removing task lists or moving tasks from past dates to today or future)\n\n```\n-5\n-5d\n-5m\n-5y\n```\n\nYou can also use the following keywords\n\n```\ntoday\ntomorrow\nyesterday\n```\n\n# License\n\nThe content of this project itself is licensed under the [Creative Commons Attribution 3.0 license](http://creativecommons.org/licenses/by/3.0/us/deed.en_US), and the underlying source code used to format and display that content is licensed under the [MIT license](http://opensource.org/licenses/mit-license.php).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgekalogiros%2Fdoo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgekalogiros%2Fdoo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgekalogiros%2Fdoo/lists"}