Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 442 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 442 Bytes

task_tracker

Build a CLI app to track your tasks and manage your to-do list.

Use

git clone [email protected]:jonitich/task_tracker.git
cd task_tracker/
python3 /path/to/task-cli.py 

You can get a general help by typing just the command showed above. The options that the command accepts are as follows: add|list|mark|delete|update. Some of them requires an ID of the task to operate.

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