{"id":19771423,"url":"https://github.com/labasubagia/task-tracker","last_synced_at":"2025-09-01T10:08:34.411Z","repository":{"id":257045631,"uuid":"857173943","full_name":"labasubagia/task-tracker","owner":"labasubagia","description":"task tracker CLI","archived":false,"fork":false,"pushed_at":"2024-09-14T06:00:20.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-28T11:29:50.390Z","etag":null,"topics":["cli","go","task-tracker"],"latest_commit_sha":null,"homepage":"","language":"Go","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/labasubagia.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-09-14T01:01:48.000Z","updated_at":"2024-09-14T06:00:23.000Z","dependencies_parsed_at":"2024-09-14T14:58:38.592Z","dependency_job_id":"93d0104e-8551-4ec3-bf70-240e021a9ef2","html_url":"https://github.com/labasubagia/task-tracker","commit_stats":null,"previous_names":["labasubagia/task-tracker"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/labasubagia/task-tracker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/labasubagia%2Ftask-tracker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/labasubagia%2Ftask-tracker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/labasubagia%2Ftask-tracker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/labasubagia%2Ftask-tracker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/labasubagia","download_url":"https://codeload.github.com/labasubagia/task-tracker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/labasubagia%2Ftask-tracker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273105960,"owners_count":25046950,"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-09-01T02:00:09.058Z","response_time":120,"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":["cli","go","task-tracker"],"created_at":"2024-11-12T05:01:54.839Z","updated_at":"2025-09-01T10:08:34.387Z","avatar_url":"https://github.com/labasubagia.png","language":"Go","readme":"# Task Tracker CLI\n\nThis command-line application accept user actions and inputs as arguments, and store the tasks in a JSON file.\n\nThis project is solution of [task tracker](https://roadmap.sh/projects/task-tracker) from [roadmap.sh](https://roadmap.sh)\n\n## Features\n- Add, Update, and Delete tasks\n- Mark a task as in progress or done\n- List all tasks\n- List all tasks that are done\n- List all tasks that are not done\n- List all tasks that are in progress\n\n### Example usage\n\n```sh\n# build app\nmake build\n\n# Adding a new task\n./task-cli add \"Buy groceries\"\n# Output: Task added successfully (ID: 1)\n\n# Updating and deleting tasks\n./task-cli update 1 \"Buy groceries and cook dinner\"\n./task-cli delete 1\n\n# Marking a task as in progress or done\n./task-cli mark-in-progress 1\n./task-cli mark-done 1\n\n# Listing all tasks\n./task-cli list\n\n# Listing tasks by status\n./task-cli list done\n./task-cli list todo\n./task-cli list in-progress\n```\n\n## Task Properties\nEach task should have the following properties:\n- `id`: A unique identifier for the task\n- `description`: A short description of the task\n- `status`: The status of the task (todo, in-progress, done)\n- `createdAt`: The date and time when the task was created\n- `updatedAt`: The date and time when the task was last updated\n\n## License\n[MIT](./LICENSE)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flabasubagia%2Ftask-tracker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flabasubagia%2Ftask-tracker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flabasubagia%2Ftask-tracker/lists"}