-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or requestNew feature or request
Milestone
Description
Is your feature request related to a problem? Please describe.
There are some sources that have no support for tags. In the case of these sources, like Harvest, the tags-as-tasks flag is not considered.
Describe the solution you'd like
Create a new flag and config option to parse tags from the Summary field of entries. Therefore, combining tags-as-tasks and the new flag would provide a similar user experience compared to sources that are supporting tags natively.
The new flag should have a pair as well, which would stand for the regex used for parsing.
An example call:
minutes \
--tags-in-summary \
--tags-in-summary-regex '\[(\w+|\s+)+\]' \
--tags-as-tasks \
--tags-as-tasks-regex '[A-Z]{2,7}-\d{1,6}'Describe alternatives you've considered
As an alternative tags-in-summary could replace tags-as-tasks. During the implementation it should be evaluated.
Additional context
N/A
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request