A simple command-line interface (CLI) application for managing tasks. This application allows users to add, update, delete, and manage the status of tasks (e.g., todo, in-progress, done).
- Add new tasks
- Update existing tasks
- Delete tasks
- Mark tasks as in-progress or done
- List tasks based on their status
To install this CLI tool, follow these steps:
- Clone the repository:
git clone https://github.com/yourusername/task-cli.git cd task-cli