Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Task Tracker CLI

A simple command line app to track your tasks, built with Python.

How to use

Add a task

python task_cli.py add "Your task here"

List all tasks

python task_cli.py list

List by status

python task_cli.py list todo python task_cli.py list in-progress python task_cli.py list done

Update a task

python task_cli.py update "New description"

Delete a task

python task_cli.py delete

Mark status

python task_cli.py mark-in-progress python task_cli.py mark-done

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages