mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Documentation: Scanned all man pages for errors
This commit is contained in:
parent
113cd9af63
commit
c25204fc7a
3 changed files with 10 additions and 10 deletions
|
@ -243,7 +243,7 @@ be a visual mess. Beware!
|
|||
The precedence for the color rules is determined by the configuration
|
||||
variable 'rule.precedence.color', which by default contains:
|
||||
|
||||
due.today,active,blocking,blocked,overdue,due,scheduled,keyword.,project.,tag.,uda.,recurring,pri.,tagged,completed,deleted
|
||||
deleted,completed,active,keyword.,tag.,project.,overdue,scheduled,due.today,due,blocked,blocking,recurring,tagged,uda.
|
||||
|
||||
These are just the color rules with the 'color.' prefix removed. The
|
||||
rule 'color.due.today' is the highest precedence, and 'color.deleted' is the lowest.
|
||||
|
|
|
@ -458,7 +458,7 @@ Outputs a list of available contexts along with their definitions.
|
|||
|
||||
.TP
|
||||
.B task context none
|
||||
Unsets the currently active context, if any was set.
|
||||
Clears the currently active context, if any was set.
|
||||
|
||||
.TP
|
||||
.B task context show
|
||||
|
@ -741,7 +741,7 @@ For report purposes, specifies the date that a task was created.
|
|||
Attribute modifiers improve filters. Supported modifiers are:
|
||||
|
||||
.RS
|
||||
.B before (synonyms under, below)
|
||||
.B before (synonyms under, below)
|
||||
.br
|
||||
.B after (synonyms over, above)
|
||||
.br
|
||||
|
|
|
@ -625,17 +625,17 @@ Examples for other values of dateformat.report:
|
|||
.RS
|
||||
.RS
|
||||
.br
|
||||
a D b Y (V) would do an output as "Fri 24 Jul 2009 (30)"
|
||||
a D b Y (V) would emit "Fri 24 Jul 2009 (30)"
|
||||
.br
|
||||
A, B D, Y would do an output as "Friday, July 24, 2009"
|
||||
A, B D, Y would emit "Friday, July 24, 2009"
|
||||
.br
|
||||
wV a Y-M-D would do an output as "w30 Fri 2009-07-24"
|
||||
wV a Y-M-D would emit "w30 Fri 2009-07-24"
|
||||
.br
|
||||
yMD.HN would do an output as "110124.2342"
|
||||
yMD.HN would emit "110124.2342"
|
||||
.br
|
||||
m/d/Y H:N would do an output as "1/24/2011 10:42"
|
||||
m/d/Y H:N would emit "1/24/2011 10:42"
|
||||
.br
|
||||
a D b Y H:N:S would do an output as "Mon 24 Jan 2011 11:19:42"
|
||||
a D b Y H:N:S would emit "Mon 24 Jan 2011 11:19:42"
|
||||
.RE
|
||||
.RE
|
||||
|
||||
|
@ -1395,7 +1395,7 @@ Note that the value are sorted
|
|||
.SS CONTEXT
|
||||
Context setting is a mechanism which allows the user to set a permanent filter,
|
||||
thus avoiding the need to specify one filter repeatedly. More details on usage
|
||||
can be found in the task(1) manpage.
|
||||
can be found in the task(1) man page.
|
||||
|
||||
The current context is stored in the taskrc file, along with definitions for
|
||||
all user provided contexts.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue