Open Issues Need Help
View All on GitHub Create a function to search for tasks about 2 months ago
AI Summary: Develop a search function for a TaskWarrior GUI application. This function should accept a substring as input and return a list of pending tasks whose descriptions (case-insensitive) contain that substring. The function may directly use TaskWarrior's filter command or be implemented independently.
Complexity:
3/5
enhancement good first issue