Skip to content

hitesh-c/TaskCMD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TaskCMD

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 INDEX # 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

To Use globaly , Add a path to exe file in Env of your OS.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published