{"id":15136889,"url":"https://github.com/amitminer/todolist-cpp","last_synced_at":"2026-03-08T10:35:50.662Z","repository":{"id":247042199,"uuid":"823480166","full_name":"Amitminer/TodoList-CPP","owner":"Amitminer","description":"a simple todolist cli made in c++","archived":false,"fork":false,"pushed_at":"2024-08-27T07:52:34.000Z","size":81,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"dev","last_synced_at":"2025-03-04T01:41:17.361Z","etag":null,"topics":["cmake","conan","cpp","learning-exercise","linux","todolist","vcpkg","windows64"],"latest_commit_sha":null,"homepage":"","language":"C++","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/Amitminer.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":"2024-07-03T05:50:29.000Z","updated_at":"2024-08-27T07:49:14.000Z","dependencies_parsed_at":"2024-07-20T12:28:25.961Z","dependency_job_id":"0d9a2cdf-164f-40c1-a36c-bd69e9dddd18","html_url":"https://github.com/Amitminer/TodoList-CPP","commit_stats":null,"previous_names":["amitminer/todolist-cpp"],"tags_count":15,"template":false,"template_full_name":null,"purl":"pkg:github/Amitminer/TodoList-CPP","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Amitminer%2FTodoList-CPP","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Amitminer%2FTodoList-CPP/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Amitminer%2FTodoList-CPP/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Amitminer%2FTodoList-CPP/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Amitminer","download_url":"https://codeload.github.com/Amitminer/TodoList-CPP/tar.gz/refs/heads/dev","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Amitminer%2FTodoList-CPP/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280609839,"owners_count":26360126,"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","status":"online","status_checked_at":"2025-10-23T02:00:06.710Z","response_time":142,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["cmake","conan","cpp","learning-exercise","linux","todolist","vcpkg","windows64"],"created_at":"2024-09-26T06:41:42.047Z","updated_at":"2025-10-23T11:32:02.103Z","avatar_url":"https://github.com/Amitminer.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"---\n\n# Todo-List\n\nThis project is my learning exercise in developing a ToDo List cli application.\n\n## Installation\n\n### Linux\n\n1. **Install Python and Conan**:\n   ```bash\n   # Install Python (if not already installed)\n   sudo apt-get update\n   sudo apt-get install python3\n\n   # Install Conan using pip\n   python3 -m pip install --upgrade pip\n   pip install conan\n   conan profile detect\n   ```\n\n2. **Make build.sh executable**:\n   ```bash\n   chmod +x build.sh\n   ```\n\n### Windows\n\n1. **Install Python and Conan**:\n   - Install Python from [python.org](https://www.python.org/downloads/)\n   - Open Command Prompt or PowerShell and install Conan:\n     ```bash\n     python -m pip install --upgrade pip\n     pip install conan\n     conan profile detect\n     ```\n\n2. **Run build.bat**:\n   - Open Command Prompt or PowerShell and run:\n     ```bash\n     cd path\\to\\project\n     build.bat\n     ```\n\n## Usage\n\n### Linux\n\n- After building with `build.sh`, run the executable:\n  ```bash\n  ./todolist\n  ```\n\n### Windows\n\n- After running `build.bat`, execute the built executable:\n  ```bash\n  todolist.exe\n  ```\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famitminer%2Ftodolist-cpp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Famitminer%2Ftodolist-cpp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famitminer%2Ftodolist-cpp/lists"}