{"id":28258905,"url":"https://github.com/garvittsingla/todo-cli-c","last_synced_at":"2025-10-04T03:50:25.569Z","repository":{"id":293095816,"uuid":"982934864","full_name":"garvittsingla/todo-cli-c","owner":"garvittsingla","description":"CLI based Todo made in C","archived":false,"fork":false,"pushed_at":"2025-05-13T17:31:19.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-12T00:48:50.680Z","etag":null,"topics":["c","clang","cli","clitodo","clitool","gcc","todo"],"latest_commit_sha":null,"homepage":"","language":"C","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/garvittsingla.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-05-13T16:11:46.000Z","updated_at":"2025-05-13T17:33:11.000Z","dependencies_parsed_at":"2025-05-14T21:48:59.033Z","dependency_job_id":null,"html_url":"https://github.com/garvittsingla/todo-cli-c","commit_stats":null,"previous_names":["garvittsingla/todo-cli-c"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/garvittsingla/todo-cli-c","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/garvittsingla%2Ftodo-cli-c","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/garvittsingla%2Ftodo-cli-c/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/garvittsingla%2Ftodo-cli-c/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/garvittsingla%2Ftodo-cli-c/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/garvittsingla","download_url":"https://codeload.github.com/garvittsingla/todo-cli-c/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/garvittsingla%2Ftodo-cli-c/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278262441,"owners_count":25957937,"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-04T02:00:05.491Z","response_time":63,"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":["c","clang","cli","clitodo","clitool","gcc","todo"],"created_at":"2025-05-20T01:15:53.151Z","updated_at":"2025-10-04T03:50:25.523Z","avatar_url":"https://github.com/garvittsingla.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# C CLI Todo Application\r\n\r\nA simple command-line todo list application written in C.\r\n\r\n## Features\r\n- Add tasks\r\n- List tasks\r\n- Mark tasks as complete\r\n- Delete tasks\r\n- Store tasks persistently\r\n\r\n## Building the Application\r\nEnsure you have GCC installed on your system.\r\n\r\n```bash\r\ngcc todo.c -o todo\r\n```\r\n\r\n## Usage\r\n```bash\r\n# Add a new task\r\n./todo add \"Complete homework\"\r\n\r\n# List all tasks\r\n./todo list\r\n\r\n# Mark task as complete (using task number)\r\n./todo done 1\r\n\r\n# Delete a task (using task number)\r\n./todo delete 1\r\n```\r\n\r\n## Requirements\r\n- GCC compiler\r\n- Standard C libraries\r\n\r\n## Contributing\r\nFeel free to submit issues and pull requests.\r\n\r\n## License\r\nMIT License","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgarvittsingla%2Ftodo-cli-c","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgarvittsingla%2Ftodo-cli-c","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgarvittsingla%2Ftodo-cli-c/lists"}