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

Add Search Functionality to Filter Tasks by Name #22

Open ghoshhrr opened 6 hours ago

ghoshhrr commented 6 hours ago

Currently, the Todo-List CLI allows users to add, view, and delete tasks, but it lacks the ability to search for a specific task by name. Adding a search feature would improve user experience by allowing users to quickly locate tasks without manually scrolling through the entire list.

Add a new command that lets users input a search term and returns tasks that match the term.

sjiang1 commented 6 hours ago

Sounds great!

sjiang1 commented 6 hours ago

Please add a label to this issue.