A simple command line app to track your tasks, built with Python.
python task_cli.py add "Your task here"
python task_cli.py list
python task_cli.py list todo python task_cli.py list in-progress python task_cli.py list done
python task_cli.py update "New description"
python task_cli.py delete
python task_cli.py mark-in-progress python task_cli.py mark-done