{"id":44341937,"url":"https://github.com/babenow/tasktracker","last_synced_at":"2026-02-11T13:05:43.472Z","repository":{"id":259307876,"uuid":"875362792","full_name":"babenow/tasktracker","owner":"babenow","description":"Task tracker CLI","archived":false,"fork":false,"pushed_at":"2024-10-23T21:29:48.000Z","size":26,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-10-24T08:35:39.467Z","etag":null,"topics":["cli","cli-app","cpp"],"latest_commit_sha":null,"homepage":"https://roadmap.sh/projects/task-tracker","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/babenow.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-10-19T19:14:28.000Z","updated_at":"2024-10-23T21:29:52.000Z","dependencies_parsed_at":"2024-10-24T08:40:27.494Z","dependency_job_id":"3d0dddaf-73f3-4e5e-8962-9effb8c3a5cd","html_url":"https://github.com/babenow/tasktracker","commit_stats":null,"previous_names":["babenow/tasktracker"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/babenow/tasktracker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/babenow%2Ftasktracker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/babenow%2Ftasktracker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/babenow%2Ftasktracker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/babenow%2Ftasktracker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/babenow","download_url":"https://codeload.github.com/babenow/tasktracker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/babenow%2Ftasktracker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29333155,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-11T12:42:24.625Z","status":"ssl_error","status_checked_at":"2026-02-11T12:41:23.344Z","response_time":97,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["cli","cli-app","cpp"],"created_at":"2026-02-11T13:05:42.404Z","updated_at":"2026-02-11T13:05:43.466Z","avatar_url":"https://github.com/babenow.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tasktracker\nTask tracker CLI\n\nSample solution for the [task-tracker](https://roadmap.sh/projects/task-tracker) challenge for [roadmap.sh](https://roadmap.sh)\n- Linux\n```shell\ngit clone git@github.com:babenow/tasktracker.git\ncd tasktracker \u0026\u0026 cmake --preset=\"dev-linux\" \u0026\u0026 cmake --build build\n```\n- Windows\n```shell\ngit clone git@github.com:babenow/tasktracker.git\ncd tasktracker \u0026\u0026 cmake --preset=\"dev-win\" \u0026\u0026 cmake --build build\n```\n## Комманды\n```shell\n./bin/task-cli add \"Test task\" \u0026\u0026 ./bin/task-cli list\n./bin/task-cli update 1 \"Updated task 1\" \u0026\u0026 ./bin/task-cli list\n./bin/task-cli mark-progress 1 \u0026\u0026 ./bin/task-cli list\n./bin/task-cli mark-in-progress 1 \u0026\u0026 ./bin/task-cli list\n./bin/task-cli mark-done 1 \u0026\u0026 ./bin/task-cli list\n./bin/task-cli mark-is-done 1 \u0026\u0026 ./bin/task-cli list\n./bin/task-cli mark-todo 1 \u0026\u0026 ./bin/task-cli list\n./bin/task-cli delete 1 \u0026\u0026 ./bin/task-cli list\n```\n\n\n## Добавление задачи\n```c++\nauto tasks_path = std::filesystem::path(argv[0]).parent_path().append(\"tasks.json\");\nauto tasks_list = std::make_shared\u003cTaskList\u003e(tasks_path.c_str());\ntasks_list-\u003eAdd({\n    descripition: \"Bye bread\",\n});\ntask_list-\u003eSave();\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbabenow%2Ftasktracker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbabenow%2Ftasktracker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbabenow%2Ftasktracker/lists"}