1 Open Issue Need Help Last updated: Jul 10, 2025

Open Issues Need Help

View All on GitHub

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