{"id":31776030,"url":"https://github.com/aksellercan/tasktrackercli","last_synced_at":"2025-10-10T05:22:18.945Z","repository":{"id":302688818,"uuid":"1013309756","full_name":"Aksellercan/TaskTrackerCLI","owner":"Aksellercan","description":null,"archived":false,"fork":false,"pushed_at":"2025-10-01T11:06:53.000Z","size":59,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-01T13:08:40.049Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/Aksellercan.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-07-03T17:25:22.000Z","updated_at":"2025-10-01T11:06:57.000Z","dependencies_parsed_at":"2025-09-13T17:35:31.839Z","dependency_job_id":"039eb216-0f6b-443b-8ae2-e3bbe88a78c6","html_url":"https://github.com/Aksellercan/TaskTrackerCLI","commit_stats":null,"previous_names":["aksellercan/tasktrackercli"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Aksellercan/TaskTrackerCLI","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aksellercan%2FTaskTrackerCLI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aksellercan%2FTaskTrackerCLI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aksellercan%2FTaskTrackerCLI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aksellercan%2FTaskTrackerCLI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Aksellercan","download_url":"https://codeload.github.com/Aksellercan/TaskTrackerCLI/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aksellercan%2FTaskTrackerCLI/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279002884,"owners_count":26083468,"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-10T02:00:06.843Z","response_time":62,"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":[],"created_at":"2025-10-10T05:22:14.016Z","updated_at":"2025-10-10T05:22:18.936Z","avatar_url":"https://github.com/Aksellercan.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"\nSample solution for the [task-tracker](https://roadmap.sh/projects/task-tracker) challenge from roadmap.sh.\n\n## Setup\n```bash\n    git clone https://github.com/Aksellercan/TaskTrackerCLI.git\n    cd TaskTrackerCLI\n    gcc main.c String/String.c cJSON/cJSON.c FileUtility.c Tasks.c -o ./TaskTrackerCLI\n    ./TaskTrackerCLI help\n```\n\n\n## Usage\n```bash\n    ./TaskTrackerCLI add \"task description\"\n    ./TaskTrackerCLI update 1 \"new task description\"\n    ./TaskTrackerCLI delete 2 \n    ./TaskTrackerCLI list\n    ./TaskTrackerCLI list todo/done/in-progress\n    ./TaskTrackerCLI mark-done 1\n    ./TaskTrackerCLI mark-in-progress 3\n    ./TaskTrackerCLI sort-completed\n    ./TaskTrackerCLI sort-incomplete\n    ./TaskTrackerCLI help\n```\n\n```bash\n    ./TaskTrackerCLI help\n    Usage: [OPTION] \u003cdescription/id\u003e\n    \n    Options:\n    add \u003cdescription\u003e\n    delete \u003cid\u003e\n    update \u003cid\u003e \u003cdescription\u003e\n    mark-in-progress \u003cid\u003e\n    mark-done \u003cid\u003e\n    list \u003ctodo, in-progress, done\u003e\n    \n    Usage: [OPTION]\n    sort-completed -\u003e Sort by completed\n    sort-incomplete -\u003e Sort by incomplete or in-progress\n    list -\u003e List all tasks\n    help -\u003e print this menu\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faksellercan%2Ftasktrackercli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faksellercan%2Ftasktrackercli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faksellercan%2Ftasktrackercli/lists"}