{"id":19086556,"url":"https://github.com/lakshay1341/task-tracker","last_synced_at":"2026-01-06T09:06:52.195Z","repository":{"id":257519831,"uuid":"850041161","full_name":"lakshay1341/Task-Tracker","owner":"lakshay1341","description":"Task Tracker CLI is a command-line interface application designed to help you manage your tasks efficiently. This project allows you to add, update, delete, and list tasks, storing them in a JSON file for persistence.","archived":false,"fork":false,"pushed_at":"2024-09-17T03:44:36.000Z","size":22,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-01T07:41:22.735Z","etag":null,"topics":["cli","filesystem","java","programming","tasktracker"],"latest_commit_sha":null,"homepage":"","language":"Java","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/lakshay1341.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-08-30T18:53:48.000Z","updated_at":"2025-01-14T17:01:55.000Z","dependencies_parsed_at":"2024-09-17T07:08:31.835Z","dependency_job_id":null,"html_url":"https://github.com/lakshay1341/Task-Tracker","commit_stats":null,"previous_names":["lakshay1341/task-tracker"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lakshay1341%2FTask-Tracker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lakshay1341%2FTask-Tracker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lakshay1341%2FTask-Tracker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lakshay1341%2FTask-Tracker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lakshay1341","download_url":"https://codeload.github.com/lakshay1341/Task-Tracker/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245767361,"owners_count":20668827,"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","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","filesystem","java","programming","tasktracker"],"created_at":"2024-11-09T02:59:46.211Z","updated_at":"2026-01-06T09:06:52.162Z","avatar_url":"https://github.com/lakshay1341.png","language":"Java","readme":"### Task Tracker\n\n```markdown\n# Task Tracker\n\nTask Tracker is a simple command line interface (CLI) application to track and manage your tasks. This project helps you practice your programming skills, including working with the filesystem, handling user inputs, and building a simple CLI application.\n\n## Features\n\n- Add, update, and delete tasks\n- Mark tasks as in progress or done\n- List all tasks\n- List tasks by status (done, todo, in-progress)\n\n## Requirements\n\n- Java 8 or higher\n- Gson library\n\n## Installation\n\n1. **Clone the repository:**\n\n   ```sh\n   git clone https://github.com/lakshay1341/Task-Tracker.git\n   cd Task-Tracker\n   ```\n\n2. **Download the Gson library:**\n\n   Download the Gson library from [here](https://github.com/google/gson) and place the JAR file in your project directory.\n\n3. **Compile the Java files:**\n\n   ```sh\n   javac -cp .:gson-2.8.6.jar *.java\n   ```\n\n## Usage\n\nRun the application in interactive mode:\n\n```sh\njava -cp .:gson-2.8.6.jar TaskCLI\n```\n\n### Commands\n\n- **Add a new task:**\n\n  ```sh\n  add \"Buy groceries\"\n  ```\n\n- **Update a task:**\n\n  ```sh\n  update 1 \"Buy groceries and cook dinner\"\n  ```\n\n- **Delete a task:**\n\n  ```sh\n  delete 1\n  ```\n\n- **Mark a task as in progress:**\n\n  ```sh\n  mark-in-progress 1\n  ```\n\n- **Mark a task as done:**\n\n  ```sh\n  mark-done 1\n  ```\n\n- **List all tasks:**\n\n  ```sh\n  list\n  ```\n\n- **List tasks by status:**\n\n  ```sh\n  list done\n  list todo\n  list in-progress\n  ```\n\n### Example\n\n```sh\n\u003e add \"Buy groceries\"\nTask added successfully (ID: 1)\n\u003e list\nTask{id=1, description='Buy groceries', status='todo', createdAt=2024-09-16T20:12:01, updatedAt=2024-09-16T20:12:01}\n\u003e mark-in-progress 1\nTask marked as in-progress (ID: 1)\n\u003e list in-progress\nTask{id=1, description='Buy groceries', status='in-progress', createdAt=2024-09-16T20:12:01, updatedAt=2024-09-16T20:12:01}\n\u003e exit\nExiting Task Tracker CLI.\n```\n\n## Contributing\n\nContributions are welcome! Please open an issue or submit a pull request for any improvements or bug fixes.\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n\n## Acknowledgements\n\n- https://roadmap.sh/projects/task-tracker\n- [Gson](https://github.com/google/gson) for JSON parsing\n- Java for providing a robust programming language\n---\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flakshay1341%2Ftask-tracker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flakshay1341%2Ftask-tracker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flakshay1341%2Ftask-tracker/lists"}