Build a CLI app to track your tasks and manage your to-do list.
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.