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