Add support for filtering todos.
At this point there are two filters: * A grep filter that finds a pattern in a todo text * A relevance filter, which selects todos that are relevant at this moment.
Showing
Filter.py
0 → 100644
test/FilterTest.py
0 → 100644
test/data/FilterTest1.txt
0 → 100644
Please register or sign in to comment