{"id":22678596,"url":"https://github.com/paulpls/todo","last_synced_at":"2025-03-29T13:12:50.761Z","repository":{"id":169953310,"uuid":"646051942","full_name":"paulpls/todo","owner":"paulpls","description":"Drop-in utility for automatically generating project to-do lists","archived":false,"fork":false,"pushed_at":"2024-06-24T02:17:06.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-04T13:44:52.621Z","etag":null,"topics":["automation","python-utility","qol","utility"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/paulpls.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2023-05-27T06:08:53.000Z","updated_at":"2024-06-24T02:17:08.000Z","dependencies_parsed_at":"2024-06-24T03:24:07.808Z","dependency_job_id":"85799f7c-893a-44fd-9d38-5b7ace692a96","html_url":"https://github.com/paulpls/todo","commit_stats":null,"previous_names":["paulpls/todo"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paulpls%2Ftodo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paulpls%2Ftodo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paulpls%2Ftodo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paulpls%2Ftodo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/paulpls","download_url":"https://codeload.github.com/paulpls/todo/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246187241,"owners_count":20737462,"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":["automation","python-utility","qol","utility"],"created_at":"2024-12-09T18:15:54.194Z","updated_at":"2025-03-29T13:12:50.740Z","avatar_url":"https://github.com/paulpls.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# To-Do List Automator\nAuthor: [paulpls](https://github.com/paulpls)  \nLicense: [FSF](LICENSE.md)\n\n\n\n## About\nUse this utility to automatically generate a to-do list by searching for patterns in the provided file paths. In return, you'll get a nicely formatted markdown file with direct links to your code, enabling you to pick up right where you left off.\n\n\n\n## Dependencies\n- python \u003e= 3.6\n- GNU `grep`\n- GNU `rm`\n\n\n\n## Instructions\n- Copy `todo.py` to your project's top-level directory (or elsewhere if you're feeling brave)\n- Edit the file to customize the output:\n  * [files](todo.py#L40): List of file or directory paths to search (allows `*` globs) \n  * [patterns](todo.py#L44): List of search keyords\n  * [header](todo.py#L49): Output file header\n  * [outpath](todo.py#L50): Output file path\n- Run the program: `python todo.py`\n\n\n\n## Example\nGiven the file `example.py`:\n```py\n01  def do_something():\n02      # TODO make this do some stuff\n03  ...\n```\n  \nWith `TODO` included in the search terms, the output file will look something like this:\n```markdown\n# Todo List\n\n### TODO\n- [example.py](example.py#L2) make this do some stuff\n\n...\n```\n\n\n## Wontfix\n- Currently only outputs a single line matching each pattern. Additional functionality to include entire multiline commments is not planned at this time.\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpaulpls%2Ftodo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpaulpls%2Ftodo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpaulpls%2Ftodo/lists"}