{"id":24792732,"url":"https://github.com/misaghmomenib/task-tracker-cli-go","last_synced_at":"2025-10-12T17:31:42.116Z","repository":{"id":263159685,"uuid":"889543876","full_name":"MisaghMomeniB/Task-Tracker-CLI-Go","owner":"MisaghMomeniB","description":"A Lightweight Command-line Interface (Cli) Task Tracker Developed in Go. Manage Your Tasks, Set Priorities, and Track Progress Efficiently From the Terminal, Offering a Fast and Minimalistic Solution for Boosting Productivity.","archived":false,"fork":false,"pushed_at":"2025-06-13T19:52:12.000Z","size":25,"stargazers_count":17,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-13T20:36:45.565Z","etag":null,"topics":["cli","git","golang","open-source","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MisaghMomeniB.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}},"created_at":"2024-11-16T15:44:58.000Z","updated_at":"2025-06-13T19:52:15.000Z","dependencies_parsed_at":"2025-04-21T19:22:40.471Z","dependency_job_id":"dbd46f4e-0b3e-495b-8c79-181a3aaf7220","html_url":"https://github.com/MisaghMomeniB/Task-Tracker-CLI-Go","commit_stats":null,"previous_names":["misaghmomenib/task-tracker-cli-go"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MisaghMomeniB/Task-Tracker-CLI-Go","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MisaghMomeniB%2FTask-Tracker-CLI-Go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MisaghMomeniB%2FTask-Tracker-CLI-Go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MisaghMomeniB%2FTask-Tracker-CLI-Go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MisaghMomeniB%2FTask-Tracker-CLI-Go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MisaghMomeniB","download_url":"https://codeload.github.com/MisaghMomeniB/Task-Tracker-CLI-Go/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MisaghMomeniB%2FTask-Tracker-CLI-Go/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279012191,"owners_count":26085079,"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-12T02:00:06.719Z","response_time":53,"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","git","golang","open-source","task-tracker"],"created_at":"2025-01-29T20:54:44.218Z","updated_at":"2025-10-12T17:31:42.111Z","avatar_url":"https://github.com/MisaghMomeniB.png","language":"Go","readme":"# ✅ Task Tracker CLI (Go)\n\nA **lightweight and feature-rich command-line task manager** built in Go. Manage your tasks—create, update, delete, search, sort, and track progress—all from the terminal with ease.\n\n---\n\n## 📋 Table of Contents\n\n1. [Overview](#overview)  \n2. [Features](#features)  \n3. [Tech Stack \u0026 Requirements](#tech-stack--requirements)  \n4. [Installation \u0026 Build](#installation--build)  \n5. [Usage Examples](#usage-examples)  \n6. [Code Structure](#code-structure)  \n7. [Future Improvements](#future-improvements)  \n8. [Contributing](#contributing)  \n9. [License](#license)\n\n---\n\n## 💡 Overview\n\nThis CLI tool allows you to manage tasks efficiently through a text-based menu and JSON-backed persistence. It supports task priorities, status tracking, searching, and sorting—ideal for boosting productivity in your terminal workflow. :contentReference[oaicite:1]{index=1}\n\n---\n\n## ✅ Features\n\n- 📝 **Add Tasks**: Create tasks with Title and Priority (High, Medium, Low)  \n- 🔁 **Update Status**: Change between `todo`, `in-progress`, and `done`  \n- 📄 **List Tasks**: Filter by status or view all  \n- 🔎 **Search Tasks**: Quick lookup by keyword  \n- 🔄 **Sort Tasks**: By ID, title, status, or priority  \n- 🗑️ **Delete Tasks**: Remove entries with confirmation prompt  \n- 💾 **Persistent Storage**: Saves to `tasks.json` for data continuity  \n- 🧩 **Intuitive CLI Menu**: Navigate options with clear prompts :contentReference[oaicite:2]{index=2}\n\n---\n\n## 🛠️ Tech Stack \u0026 Requirements\n\n- **Go 1.18+** (module support required)  \n- Standard Go libraries (`encoding/json`, `os`, etc.)  \n- No external dependencies\n\n---\n\n## ⚙️ Installation \u0026 Build\n\nClone and compile the project:\n\n```bash\ngit clone https://github.com/MisaghMomeniB/Task-Tracker-CLI-Go.git\ncd Task-Tracker-CLI-Go/src\ngo build -o task-tracker\n````\n\nOr run directly:\n\n```bash\ngo run main.go\n```\n\n---\n\n## 🚀 Usage Examples\n\n### Start the Task Manager\n\n```\n$ ./task-tracker\nTask Tracker CLI\n1. Add Task\n2. Update Task Status\n3. List Tasks\n4. Delete Task\n5. Search Tasks\n6. Sort Tasks\n7. Exit\nChoose an option:\n```\n\n### Add a Task\n\n```\nEnter task title: Fix README typos\nSelect priority (High/Medium/Low): High\n✅ Task 'Fix README typos' added (ID: 1)\n```\n\n### List All Tasks\n\n```\nStatus? (todo/in-progress/done/all): all\nID:1 | Title: Fix README typos | Status: todo | Priority: High\n```\n\n### Update Task\n\n```\nEnter task ID: 1\nSelect new status (todo/in-progress/done): in-progress\n🔄 Task ID 1 status updated to in-progress\n```\n\n### Search \u0026 Sort Tasks\n\nSupports keyword search:\n\n```\nEnter keyword: README\n```\n\nSupports sorting by ID, Title, Status, Priority.\n\n---\n\n## 📁 Code Structure\n\n```\nTask-Tracker-CLI-Go/\n├── src/\n│   ├── main.go          # CLI menu \u0026 command handling\n│   └── task.go          # Task struct + JSON (de)serialization\n└── README.md            # This file\n```\n\n* **main.go**: menu navigation, user prompts, action logic\n* **task.go**: defines Task model and JSON load/save functions\n\n---\n\n## 🔧 Future Improvements\n\n* Add **due dates** and **reminders**\n* Include **project labels** or tags\n* Support **batch import/export**\n* Implement **CLI flags** vs interactive mode\n* Add **automated tests** and performance benchmarks\n\n---\n\n## 🤝 Contributing\n\nContributions are welcome! To improve:\n\n1. Fork the repo\n2. Create a branch (`feature/...`)\n3. Code enhancements with proper comments\n4. Submit a detailed Pull Request\n\n---\n\n## 📄 License\n\nThis project is licensed under the **MIT License** — see `LICENSE` for details.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmisaghmomenib%2Ftask-tracker-cli-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmisaghmomenib%2Ftask-tracker-cli-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmisaghmomenib%2Ftask-tracker-cli-go/lists"}