You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+41-13Lines changed: 41 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,6 @@
2
2
3
3
Smart Tasker is a command-line task tracker built with Rust. It lets you add, list, complete, and delete tasks directly from the terminal. All tasks are stored in a local JSON file (`data/tasks.json`), so there is no need for a database or external setup.
4
4
5
-
---
6
-
7
5
## Features
8
6
9
7
- Add new tasks from the command line
@@ -12,24 +10,54 @@ Smart Tasker is a command-line task tracker built with Rust. It lets you add, li
12
10
- Delete tasks by ID
13
11
- Simple and fast local storage using JSON
14
12
15
-
---
16
-
17
13
## Requirements
18
14
19
15
- Rust and Cargo installed
20
16
(Install from https://www.rust-lang.org/tools/install)
0 commit comments