A command-line task manager built with Python, SQLite, and argparse for managing personal tasks.
- Create tasks with fields like title, description, priority, due date, etc.
- Update tasks with confirmation.
- List tasks with sorting options and indentation for subtasks.
- Delete tasks with optional cascade deletion of subtasks.
- Clone the repository.
- Install dependencies:
pip install -r requirements.txt
- Install via pip
pip install personal-task-manager-cli