Skip to content
/ td Public

Command line todo application for Delete, Create, Update, Get and Save todos in JSON format.

License

Notifications You must be signed in to change notification settings

AliiAhmadi/td

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

td

Command line todo application for Delete, Create, Update, Get and Save todos in JSON format.

bear

Usage

./td tool, Developed for MHM
Copyright 2024
Usage information:
  -add
        Add new task to todo list
  -all
        List all tasks
  -complete int
        Item to be completed
  -del int
        Deleting a task from list
  -list
        List uncompleted tasks
  -task string
        Task to be included i the toDo list
  -uncomplete int
        Uncomplete a completed task

Author

Ali Ahmadi (2024)