We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80df0bc commit 7044accCopy full SHA for 7044acc
simple_task_manager/README.md
@@ -0,0 +1,20 @@
1
+# pyTM
2
+A command line task manager for managing daily tasking - currently a work in progress.
3
+
4
+How it works-
5
+python pyTM.py -arg
6
7
+for example to add a particular task
8
+python pyTM.py -a "Write assignment X" 1500
9
10
+Currently working arguments:
11
+ -[X] -a to add the tasks along with due time
12
+ -[X] -ls to list all the tasks
13
14
+Further need of additions :
15
+ -[ ] -d to delete a particular task
16
+ -[ ] -u update a particular task
17
+ -[ ] notifying on due time with a pop up
18
19
20
0 commit comments