mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
man: Update taskrc manpage's description of context
This commit is contained in:
parent
78b5bd7391
commit
059ab577b8
1 changed files with 15 additions and 6 deletions
|
@ -1489,17 +1489,26 @@ Stores the value of the currently active context.
|
||||||
.RE
|
.RE
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
.B context.<name>.<type>=<filter>
|
.B context.<name>.read=<filter>
|
||||||
|
.B context.<name>.write=<modifications>
|
||||||
.RS
|
.RS
|
||||||
Stores the definition of the context for type <type> with the name <name>. The
|
Stores the definition of the read or write context with the name <name>. Read
|
||||||
type can either be read, write or rc. For details of the read and write types,
|
context is the default filter applied when the context is active. The write
|
||||||
please see the task(1) man page. The rc type allows to override any configuration
|
context are the default modifications applied to newly added tasks when the
|
||||||
parameter for the current context, e.g. if the default command for the context
|
context is active.
|
||||||
home should be changed to home_report, the following statement could be added:
|
.RE
|
||||||
|
|
||||||
|
.TP
|
||||||
|
.B context.<name>.rc.<key>=<value>
|
||||||
|
.RS
|
||||||
|
The rc type allows to override any configuration parameter for the current
|
||||||
|
context, e.g. if the default command for the context home should be changed to
|
||||||
|
home_report, the following statement could be added:
|
||||||
|
|
||||||
context.home.rc.default.command=home_report
|
context.home.rc.default.command=home_report
|
||||||
.RE
|
.RE
|
||||||
|
|
||||||
|
|
||||||
.SS SYNC
|
.SS SYNC
|
||||||
|
|
||||||
These configuration settings are used to connect and sync tasks with the task
|
These configuration settings are used to connect and sync tasks with the task
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue