Skip to content

yatinsns/yet-todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#################YET-TODO################## 
___________________________________________

# To create a new todo list

todo create <ListName>


# To remove an existing todo list

todo remove <ListName>


# To add a new todo item in a list

todo add <ListName> "<ItemDescription>"


# To delete a todo item from a list

todo delete <ListName> <ItemNumber>


# To mark a todo item in a list as DONE

todo done <ListName> <ItemNumber>


# To mark a done item in a list as TODO

todo undone <ListName> <ItemNumber>


# To create a new todo list from an existing list (only todo items will be copied)

todo create <NewListName> <OldListName>
____________________________________________

About

todo bash scripts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages