Feature #158
- Added feature #158, regular expression support for filters and substitutions. - Added unit tests to att.t and filter.t. - Updated docs.
This commit is contained in:
@@ -255,6 +255,18 @@ names you have used, or just the ones used in active tasks. The default value i
|
||||
May be yes or no, and determines whether keyword lookup and substitutions on the
|
||||
description and annotations are done in a case sensitive way. Defaults to yes.
|
||||
|
||||
.TP
|
||||
.B regex=on
|
||||
Enables regular expression searches in filters (task list ^Fix), and
|
||||
substitutions (task <id> /^the/The/).
|
||||
|
||||
Note that this feature works in conjunction with the
|
||||
.B search.case.sensitive
|
||||
setting.
|
||||
|
||||
The default value is off, because this advanced feature could cause confusion
|
||||
among users that are not comfortable with regular expressions.
|
||||
|
||||
.TP
|
||||
.B _forcecolor=no
|
||||
Taskwarrior shuts off color automatically when the output is not sent directly
|
||||
|
||||
Reference in New Issue
Block a user