Skip to content

Commit 7044acc

Browse files
author
Gaurav Sitlani
authored
Create README.md
1 parent 80df0bc commit 7044acc

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

simple_task_manager/README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)