{"id":20466078,"url":"https://github.com/rizerphe/basic-todo","last_synced_at":"2025-10-18T17:49:33.815Z","repository":{"id":109362646,"uuid":"330667122","full_name":"rizerphe/basic-todo","owner":"rizerphe","description":"A really basic todo list cli application","archived":false,"fork":false,"pushed_at":"2021-01-18T15:12:22.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-05T12:34:10.253Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/rizerphe.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-01-18T12:59:23.000Z","updated_at":"2021-01-18T15:12:24.000Z","dependencies_parsed_at":"2023-07-27T08:15:53.085Z","dependency_job_id":null,"html_url":"https://github.com/rizerphe/basic-todo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rizerphe/basic-todo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rizerphe%2Fbasic-todo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rizerphe%2Fbasic-todo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rizerphe%2Fbasic-todo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rizerphe%2Fbasic-todo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rizerphe","download_url":"https://codeload.github.com/rizerphe/basic-todo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rizerphe%2Fbasic-todo/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264292911,"owners_count":23586060,"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":"2024-11-15T13:21:27.634Z","updated_at":"2025-10-18T17:49:33.739Z","avatar_url":"https://github.com/rizerphe.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# basic-todo\nA really basic todo list cli application\n\nI was having a chat with someone on discord, and this is an example program that sprung up from it. It's not actually intended to be used.\n\n# Usage:\nGet your to do list:\n```bash\npython basicToDo.py list\n```\nThe output is in format:\n```\n0: Task 1:\tgo shopping\n1: Sitting:\tbe sitting\n```\nThe first column is just an id, the second is your task name and the third one is the description.\nYou can always specify a different file to use:\n```bash\npython basicToDo.py --file my_todo.json list\n```\nThis works with every command, just make sure the command goes after `--file`.\nTo add an item:\n```bash\npython basicToDo.py add \"go shopping tomorrow morning\"\n```\nIf you want to name it something other than \"Task N\":\n```bash\npython basicToDo.py add \"go shopping tomorrow morning\" --name Shopping\n```\nTo remove an item:\n```bash\npython basicToDo.py remove \"Shopping\"\n```\nYou can also remove an item by id:\n```bash\npython basicToDo.py remove 0\n```\nTo modify an item:\n```bash\npython basicToDo.py set 0 \"My new description\"\n```\nor:\n```bash\npython basicToDo.py set --name \"Sitting\" 0 \"Actually don't go shopping, covid exists\"\n```\nTo clear the whole list:\n```bash\npython basicToDo.py clear\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frizerphe%2Fbasic-todo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frizerphe%2Fbasic-todo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frizerphe%2Fbasic-todo/lists"}