6 |
7 | # 🚀 Tasky
8 |
9 | *A sleek, powerful CLI task management tool*
10 |
11 | [](https://golang.org/)
12 | [](https://www.gnu.org/licenses/gpl-3.0)
13 | [](https://github.com/shahriaarrr/Tasky/stargazers)
14 |
15 | *Manage your tasks with lightning speed, right from your terminal*
16 |
17 |
18 |
19 | ## ✨ Features
20 |
21 | - 📋 Simple and intuitive task management
22 | - 💾 Persistent local storage of tasks
23 | - 🌈 Color-coded task tracking
24 | - 🖥️ Cross-platform compatibility
25 | - 🚦 Easy-to-use command-line interface
26 | - 🏗️ Minimal configuration required
27 |
28 | ## 📸 Terminal Experience
29 |
30 |
31 |
Task Management Made Easy
32 |
33 | ```bash
34 | # Add a task
35 | $ tasky -a "Prepare project presentation"
36 | Boom! Task added: Prepare project presentation 🤘➕
37 |
38 | # List tasks
39 | $ tasky -l
40 | ┌───┬────────────────────────┬───────┬─────────────┬──────────────┐
41 | │ # │ Tasks │ State │ Created At │ Completed At │
42 | ├───┼────────────────────────┼───────┼─────────────┼──────────────┤
43 | │ 1 │ Prepare presentation │ ❌ │ Mar 27 2025 │ - │
44 | └───┴────────────────────────┴───────┴─────────────┴──────────────┘
45 | ```
46 |
47 |
48 | ## 📦 Installation
49 |
50 |