Gruntfuggly / todo-tree

Use ripgrep to find TODO tags and display the results in a tree view
Other
1.4k stars 134 forks source link

Feature request: Different REGEX and labels for different tags #811

Open Babakfifoo opened 6 months ago

Babakfifoo commented 6 months ago

It would be beneficial to be able to set different rules for different tags. For instance, I have a tag REFERENCE that is only pointing towards places I need to add reference. I do not need the text after it. However, for my TODO and FIX, I require the text after the tag.

Here is an example:

image