Merge branch 'master' into 1.8.0
This commit is contained in:
@@ -111,7 +111,7 @@ Shows a monthly calendar with due tasks marked.
|
|||||||
|
|
||||||
.TP
|
.TP
|
||||||
.B active
|
.B active
|
||||||
Shows all tasks that are started but not comleted.
|
Shows all tasks that are started but not completed.
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
.B overdue
|
.B overdue
|
||||||
@@ -220,7 +220,7 @@ Specify alternate configuration file.
|
|||||||
.SH SPECIFYING DATES AND FREQUENCIES
|
.SH SPECIFYING DATES AND FREQUENCIES
|
||||||
|
|
||||||
.SS DATES
|
.SS DATES
|
||||||
Task reads dates from the commandline and displays dates in the
|
Task reads dates from the command line and displays dates in the
|
||||||
reports. The expected and desired date format is determined by the
|
reports. The expected and desired date format is determined by the
|
||||||
configuration variable
|
configuration variable
|
||||||
.I dateformat
|
.I dateformat
|
||||||
@@ -252,7 +252,7 @@ task ... due:eom
|
|||||||
task ... due:eoy
|
task ... due:eoy
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
Next occuring weekday
|
Next occurring weekday
|
||||||
task ... due:fri
|
task ... due:fri
|
||||||
.RE
|
.RE
|
||||||
|
|
||||||
@@ -272,15 +272,15 @@ Mondays, Tuesdays, Wednesdays, Thursdays, Fridays and skipping weekend days.
|
|||||||
|
|
||||||
.TP
|
.TP
|
||||||
weekly, 1w, 2w, ...
|
weekly, 1w, 2w, ...
|
||||||
Eery week or a number of weeks.
|
Every week or a number of weeks.
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
biweekly, fortnight
|
biweekly, fortnight
|
||||||
Every two weeks.
|
Every two weeks.
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
quaterly, 1q, 2q, ...
|
quarterly, 1q, 2q, ...
|
||||||
Every three months, a quarter, or a number of quaters.
|
Every three months, a quarter, or a number of quarters.
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
semiannual
|
semiannual
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ obtains its configuration data from a file called
|
|||||||
$HOME/.taskrc
|
$HOME/.taskrc
|
||||||
.RE
|
.RE
|
||||||
|
|
||||||
The default location can be overriden using the
|
The default location can be overridden using the
|
||||||
.I rc:
|
.I rc:
|
||||||
attribute when running task:
|
attribute when running task:
|
||||||
|
|
||||||
@@ -51,7 +51,7 @@ is the value the variable is to be set to.
|
|||||||
and set a configuration variable to a certain value. The equal sign ("=") is used to separate the variable
|
and set a configuration variable to a certain value. The equal sign ("=") is used to separate the variable
|
||||||
name from the value to be set.
|
name from the value to be set.
|
||||||
|
|
||||||
The hash mark, or pounf sign ("#") is used as a "comment" character. It can be used to annotte the
|
The hash mark, or pound sign ("#") is used as a "comment" character. It can be used to annotate the
|
||||||
configuration file. It is placed at the beginning of a line and all text after the character to the
|
configuration file. It is placed at the beginning of a line and all text after the character to the
|
||||||
end of the line is ignored.
|
end of the line is ignored.
|
||||||
|
|
||||||
@@ -227,7 +227,7 @@ Colors any task where the description contains X.
|
|||||||
.TP
|
.TP
|
||||||
.B
|
.B
|
||||||
shadow.file=$HOME/.task/shadow.txt
|
shadow.file=$HOME/.task/shadow.txt
|
||||||
If specified, designates a file path that will be autoamtically written to by task,
|
If specified, designates a file path that will be automatically written to by task,
|
||||||
whenever the task database changes. In other words, it is automatically kept up to date.
|
whenever the task database changes. In other words, it is automatically kept up to date.
|
||||||
The shadow.command configuration variable is used to determine which report is written
|
The shadow.command configuration variable is used to determine which report is written
|
||||||
to the shadow file. There is no color used in the shadow file. This feature can be useful
|
to the shadow file. There is no color used in the shadow file. This feature can be useful
|
||||||
|
|||||||
Reference in New Issue
Block a user