{"id":19574010,"url":"https://github.com/shahriaarrr/tasky","last_synced_at":"2025-04-27T05:33:32.576Z","repository":{"id":254246373,"uuid":"695463345","full_name":"shahriaarrr/Tasky","owner":"shahriaarrr","description":"CLI TODO list with GO","archived":false,"fork":false,"pushed_at":"2025-03-27T23:09:01.000Z","size":49,"stargazers_count":37,"open_issues_count":3,"forks_count":4,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-04T21:39:48.429Z","etag":null,"topics":["cli","go","golang","todo","todolist","tool","tools"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shahriaarrr.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":"2023-09-23T09:02:53.000Z","updated_at":"2025-03-30T20:31:29.000Z","dependencies_parsed_at":null,"dependency_job_id":"6ce538c8-3a29-47e7-836f-2f0324865638","html_url":"https://github.com/shahriaarrr/Tasky","commit_stats":null,"previous_names":["shahriaarrr/tasky"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shahriaarrr%2FTasky","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shahriaarrr%2FTasky/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shahriaarrr%2FTasky/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shahriaarrr%2FTasky/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shahriaarrr","download_url":"https://codeload.github.com/shahriaarrr/Tasky/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251094583,"owners_count":21535324,"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","go","golang","todo","todolist","tool","tools"],"created_at":"2024-11-11T06:37:34.025Z","updated_at":"2025-04-27T05:33:32.543Z","avatar_url":"https://github.com/shahriaarrr.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n# 🚀 Tasky\n\n*A sleek, powerful CLI task management tool*\n\n[![Go](https://img.shields.io/badge/Go-%2300ADD8.svg?\u0026style=for-the-badge\u0026logo=go\u0026logoColor=white)](https://golang.org/)\n[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg?style=for-the-badge)](https://www.gnu.org/licenses/gpl-3.0)\n[![GitHub stars](https://img.shields.io/github/stars/shahriaarrr/Tasky?style=for-the-badge)](https://github.com/shahriaarrr/Tasky/stargazers)\n\n*Manage your tasks with lightning speed, right from your terminal*\n\n\u003c/div\u003e\n\n## ✨ Features\n\n- 📋 Simple and intuitive task management\n- 💾 Persistent local storage of tasks\n- 🌈 Color-coded task tracking\n- 🖥️ Cross-platform compatibility\n- 🚦 Easy-to-use command-line interface\n- 🏗️ Minimal configuration required\n\n## 📸 Terminal Experience\n\n\u003cdiv align=\"center\"\u003e\n  \u003cp\u003e\u003cstrong\u003eTask Management Made Easy\u003c/strong\u003e\u003c/p\u003e\n  \n  ```bash\n  # Add a task\n  $ tasky -a \"Prepare project presentation\"\n  Boom! Task added: Prepare project presentation 🤘➕\n\n  # List tasks\n  $ tasky -l\n  ┌───┬────────────────────────┬───────┬─────────────┬──────────────┐\n  │ # │ Tasks                  │ State │ Created At  │ Completed At │\n  ├───┼────────────────────────┼───────┼─────────────┼──────────────┤\n  │ 1 │ Prepare presentation   │  ❌   │ Mar 27 2025 │      -       │\n  └───┴────────────────────────┴───────┴─────────────┴──────────────┘\n  ```\n\u003c/div\u003e\n\n## 📦 Installation\n\n\u003cdetails\u003e\n\u003csummary\u003e\u003cb\u003eBinary Release (Recommended)\u003c/b\u003e\u003c/summary\u003e\n\n1. Visit [Releases](https://github.com/shahriaarrr/Tasky/releases)\n2. Download the binary for your operating system\n3. Add to your system PATH\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003e\u003cb\u003eBuild from Source\u003c/b\u003e\u003c/summary\u003e\n\n```bash\n# Clone the repository\ngit clone https://github.com/shahriaarrr/Tasky.git\n\n# Navigate to project directory\ncd Tasky\n\n# get dependency packages\ngo get\n\n# Build the project\ngo build ./cli/tasky\n\n# Optional: Install system-wide\ngo install ./cli/tasky\n```\n\u003c/details\u003e\n\n## 🎮 Quick Start\n\n### Basic Commands\n\n| Command | Description |\n|---------|-------------|\n| `tasky -a \"Task description\"` | Add a new task |\n| `tasky -l` | List all tasks |\n| `tasky -c 1` | Complete task #1 |\n| `tasky -e 1 \"New description\"` | Edit task #1 |\n| `tasky -r 1` | Remove task #1 |\n\n## 🔧 Advanced Configuration\n\nTasky works out of the box with sensible defaults:\n\n```bash\n# Tasks are stored in ~/.tasky.json\n# No additional configuration needed!\n```\n\n## 🌟 Pro Tips\n\n- Use short flags for quick actions (`-a`, `-l`, `-c`)\n- Long flags also work (`--add`, `--list`, `--complete`)\n- Tasks are automatically saved after each operation\n\n## 🤝 Contributing\n\n1. Fork the repository\n2. Create a feature branch\n3. Commit your changes\n4. Push to the branch\n5. Create a Pull Request\n\n## 🐛 Issues \u0026 Feedback\n\nFound a bug? Have a suggestion? \n[Open an issue](https://github.com/shahriaarrr/Tasky/issues) and help improve Tasky!\n\n## 💖 Support\n\nIf you love Tasky, consider:\n- ⭐ Starring the repository\n- 📣 Sharing with your network\n- 💡 Contributing to the project\n\n---\n\n\u003cdiv align=\"center\"\u003e\n  \u003cp\u003eCrafted with ❤️ and ☕ by Shahriar Ghasempour\u003c/p\u003e\n\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshahriaarrr%2Ftasky","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshahriaarrr%2Ftasky","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshahriaarrr%2Ftasky/lists"}