Skip to content

This program is used as a to do list , or task storage.

Notifications You must be signed in to change notification settings

nishith-p-shetty/todo-task

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

todo-task

This program is used as a to do list , or task storage.

Usage:

  • $ ./task add 2 hello world           >>           Add a new item with priority 2 and text "hello world" to the list
  • $ ./task ls                                     >>           Show incomplete priority list items sorted by priority in ascending order
  • $ ./task del INDE                         >>           Delete the incomplete item with the given index
  • $ ./task done INDEX                    >>           Mark the incomplete item with the given index as complete
  • $ ./task help                                >>           Show usage
  • $ ./task report                             >>           Statistics