File tree Expand file tree Collapse file tree 1 file changed +21
-3
lines changed Expand file tree Collapse file tree 1 file changed +21
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
setup (
4
4
name = "tasknow" ,
5
- version = "1.0.3 " ,
5
+ version = "1.0.4 " ,
6
6
description = "A super simple terminal to-do app that helps you focus on one task at a time." ,
7
7
long_description = """# TaskNow
8
8
14
14
- Add, complete, and manage tasks easily from the terminal
15
15
- No accounts, no clutter — just your tasks
16
16
17
- ## Quick start
17
+ ## Commands
18
18
19
19
Add a task:
20
20
```bash
36
36
tasknow list
37
37
```
38
38
39
- For more commands and details, see the full documentation.
39
+ Remove a task:
40
+ ```bash
41
+ tasknow remove <id>
42
+ ```
43
+
44
+ Show completed tasks:
45
+ ```bash
46
+ tasknow completed
47
+ ```
48
+
49
+ Un-complete a task:
50
+ ```bash
51
+ tasknow undone <id>
52
+ ```
53
+
54
+ Edit a task:
55
+ ```bash
56
+ tasknow edit <id> "New description"
57
+ ```
40
58
41
59
---
42
60
You can’t perform that action at this time.
0 commit comments