Skip to content

NimaAbdollahipour/todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ToDo

add

python todo.py add title date importance

Example: python todo.py add my-new-todo 2023-01-16 high

list

python todo.py list today

or

python todo.py list all

edit

python todo.py edit id field value

Example: python todo.py edit 2 title new-title

done

python todo.py done id

undone

python todo.py undone id

deletedone

python todo.py deletedone