{"id":25238639,"url":"https://github.com/mmistika/task-cli","last_synced_at":"2026-04-28T11:03:34.937Z","repository":{"id":275190991,"uuid":"924378430","full_name":"mmistika/task-cli","owner":"mmistika","description":"This is a simple command-line tool built in Java to manage your to-do list. Created as a learning project.","archived":false,"fork":false,"pushed_at":"2025-01-31T18:32:57.000Z","size":975,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"dev","last_synced_at":"2025-04-05T19:36:04.495Z","etag":null,"topics":["cli","java","json","no-third-party-libraries","roadmap-sh","task","task-manager","todo"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mmistika.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2025-01-29T22:20:46.000Z","updated_at":"2025-01-31T19:53:23.000Z","dependencies_parsed_at":"2025-01-31T19:35:59.028Z","dependency_job_id":null,"html_url":"https://github.com/mmistika/task-cli","commit_stats":null,"previous_names":["mmistika/task-cli"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/mmistika/task-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmistika%2Ftask-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmistika%2Ftask-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmistika%2Ftask-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmistika%2Ftask-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mmistika","download_url":"https://codeload.github.com/mmistika/task-cli/tar.gz/refs/heads/dev","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmistika%2Ftask-cli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32377599,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T09:24:15.638Z","status":"ssl_error","status_checked_at":"2026-04-28T09:24:15.071Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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","java","json","no-third-party-libraries","roadmap-sh","task","task-manager","todo"],"created_at":"2025-02-11T17:52:51.669Z","updated_at":"2026-04-28T11:03:34.916Z","avatar_url":"https://github.com/mmistika.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 📝 task-cli\n\n**Task CLI** is a simple command-line tool built in Java to manage your to-do list. Created as a learning project based on the [roadmap.sh](https://roadmap.sh/projects/task-tracker) guidelines.\n\n## 🚀 Features  \n\n- **Add** new tasks\n-  **Update** task descriptions\n-  **Delete** tasks\n-  **Mark** tasks as `todo`, `in-progress`, or `done`\n-  **List** tasks based on their status\n-  **Persistent storage** in a JSON file\n\n## 📦 Installation  \n\u003e [!IMPORTANT]\n\u003e The minimum JDK version required is 22. Ensure you have JDK 22 or a higher version installed to avoid any issues.\n\nClone the repository and compile the Java code:\n\n```\ngit clone https://github.com/mmistika/task-cli.git\ncd task-cli  \njavac --class-path src/main/java -d build/ src/main/java/io/github/mmistika/Main.java\n```\n\nRun the CLI:\n\n```\njava -cp build io.github.mmistika.Main\n```\n\n## 📖 Usage  \n\n```\ntask-cli \u003ccommand\u003e [options]\n```\n\n### Commands  \n\n| Command                         | Description                                            | Example                                             |\n|---------------------------------|--------------------------------------------------------|-----------------------------------------------------|\n| `add \u003cdescription\u003e`             | Add a new task                                         | `task-cli add \"Buy groceries\"`                      |\n| `update \u003cid\u003e \u003cnew-description\u003e` | Update a task's description                            | `task-cli update 1 \"Buy groceries and cook dinner\"` |\n| `delete \u003cid\u003e`                   | Remove a task permanently                              | `task-cli delete 1`                                 |\n| `mark-todo \u003cid\u003e`                | Mark a task as \"To Do\"                                 | `task-cli mark-todo 1`                              |\n| `mark-in-progress \u003cid\u003e`         | Mark a task as \"In Progress\"                           | `task-cli mark-in-progress 1`                       |\n| `mark-done \u003cid\u003e`                | Mark a task as \"Done\"                                  | `task-cli mark-done 1`                              |\n| `list`                          | Show all tasks                                         | `task-cli list`                                     |\n| `list \u003cstatus\u003e`                 | Filter tasks by status (`todo`, `in-progress`, `done`) | `task-cli list done`                                |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmmistika%2Ftask-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmmistika%2Ftask-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmmistika%2Ftask-cli/lists"}