COSC381-2024Fall / Todo-List-CLI

This project is a command-line to-do list manager, where users can add, view, and delete tasks. The project is incomplete, with room for improvements and bug fixes.
MIT License
0 stars 0 forks source link

enable searching of specific task with keyword #42

Open bgoh1 opened 5 hours ago

bgoh1 commented 5 hours ago

Currently, the user must either memorize the tasks or print the tasks then manually search for the task they want. Which can be difficult if the list of tasks is fairly long. Thusly, make a new main menu option that lets users search tasks that contains a specific keyword. For example, if the user enters the keyword 'cook', it would print all tasks that contains 'cook' somewhere in its string. Such as 'add cooking recipes', 'fire the cook', 'eat the cookie' etc.