Configuration override of settings for context

Every configuration parameter can be overwritten for the
current context by setting the parameter:

context.<name>.rc.<parameter> = <value>

in the config file. This allows for example to set a custom
report for each context.
This commit is contained in:
sebu06 2021-08-05 13:22:17 +02:00
parent 20041c120e
commit 1d81e5e3ee
4 changed files with 17 additions and 3 deletions

View file

@ -1321,6 +1321,11 @@ the user intention here, and instead, the user is expected to set the
Note how read and write contexts differ for context "family", while for context
"home" they stay the same.
In addition, every configuration parameter can be overridden for the current
context, by specifying context.<name>.rc.<parameter>. For example, if the default
command for the family context should be displaying the family_report:
$ task config context.family.rc.default.command family_report
.SH COMMAND ABBREVIATION
All Taskwarrior commands may be abbreviated as long as a unique prefix is used,