Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

https://roadmap.sh/projects/task-tracker

Adding a new task

task-cli add "Buy groceries"

Updating and deleting tasks

task-cli update 1 "Buy groceries and cook dinner"
task-cli delete 1

Marking a task as in progress or done

task-cli mark-in-progress 1
task-cli mark-done 1

Listing all tasks

task-cli list

Listing tasks by status

task-cli list done
task-cli list todo
task-cli list in-progress

About

Track and manage your tasks.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages