{"id":28559091,"url":"https://github.com/toastdriven/todone","last_synced_at":"2025-06-10T08:36:10.808Z","repository":{"id":465289,"uuid":"89909","full_name":"toastdriven/todone","owner":"toastdriven","description":"Todo lists done my way.","archived":false,"fork":false,"pushed_at":"2008-12-13T18:11:21.000Z","size":92,"stargazers_count":8,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-06-07T16:54:58.136Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":null,"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/toastdriven.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.txt","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2008-12-13T06:13:56.000Z","updated_at":"2019-08-13T13:47:22.000Z","dependencies_parsed_at":"2022-07-08T02:16:18.897Z","dependency_job_id":null,"html_url":"https://github.com/toastdriven/todone","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/toastdriven%2Ftodone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toastdriven%2Ftodone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toastdriven%2Ftodone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toastdriven%2Ftodone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/toastdriven","download_url":"https://codeload.github.com/toastdriven/todone/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toastdriven%2Ftodone/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259039608,"owners_count":22796873,"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":[],"created_at":"2025-06-10T08:36:03.061Z","updated_at":"2025-06-10T08:36:10.762Z","avatar_url":"https://github.com/toastdriven.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"======\nTodone\n======\n\n:author: Daniel Lindsley\n:date: 2008-12-13\n\n\nSummary\n-------\n\nTodone is essentially todo lists done my way. Strongly influenced by \nhttp://todotxt.com/ but has a different syntax/commands. It features a stable \n(and well-tested) core that can support virtually any kind of frontend. A CLI \nfrontend is included and a GUI frontend is in the works.\n\n\nRequirements\n------------\n\n  * Python 2.5+ (Tested on 2.5 \u0026 2.6)\n  * A Unix-like OS (May work on Windows but untested)\n\n\nInstall\n-------\n\nFrom the Cheeseshop:\n\n  * Not yet completed. This will occur once the GUI version is stable (or if \n    people request it sooner).\n\nFrom source:\n\n  * Place ``todone`` directory someplace on your PYTHONPATH.\n  * For convenience, you may wish to copy ``bin/todone.py`` into \n    ``/usr/local/bin`` or elsewhere on your path. Remember to add execute \n    permissions to the script.\n\n\nUsage\n-----\n\nThe command-line version is located in the ``bin`` directory. As stated in the \ninstallation instructions, you may wish to copy this onto your PATH for easy \naccess.\n\nThe CLI supports the following commands/options:\n\n  ``add \u003ctodo item text\u003e``\n      Adds a new todo item to the list.\n      \n      Examples::\n      \n        todone.py add My first task. # Adds a general task.\n        todone.py add @work Build stuff. # Adds the \"Build stuff\" task to the \"work\" project.\n        todone.py add \"This text uses (parentheses) and a single' quote.\" # Note that you must quote strings to avoid shell interpolation.\n  \n  \n  ``delete \u003ctodo number from list\u003e [project name]``\n      Permanently deletes a todo item from the list. You probably want \"done\" instead.\n      Prepend the \"project name\" with an '@'.\n      \n      Examples::\n      \n        todone.py delete 1 # Deletes the first task out of all tasks.\n        todone.py delete 1 @work # Deletes the first task from the \"work\" project.\n  \n  \n  ``done \u003ctodo number from list\u003e [project name]``\n      Marks a todo item as complete and archives it.\n      Prepend the \"project name\" with an '@'.\n      \n      Examples::\n      \n        todone.py done 1 # Marks the first task out of all tasks as done.\n        todone.py done 1 @work # Marks the first task from the \"work\" project as done.\n  \n  ``edit \u003ctodo number from list\u003e [project name] \u003ctodo item text\u003e``\n      Edits a todo item within the list.\n      Prepend the \"project name\" with an '@'.\n      \n      Examples::\n      \n        todone.py edit 1 # Edits the first task out of all tasks.\n        todone.py edit 1 @work Test stuff thoroughly # Edits the first task from the \"work\" project.\n  \n  \n  ``list [project name]``\n      Without the \"project name\" option, shows all todo items.\n      With the \"project name\" option, shows only todo items within that project.\n      Prepend the \"project name\" with an '@'.\n      \n      Examples::\n      \n        todone.py list # Lists all tasks.\n        todone.py list @work # Lists all tasks from the \"work\" project.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftoastdriven%2Ftodone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftoastdriven%2Ftodone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftoastdriven%2Ftodone/lists"}