mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Documentation Update
- Improved taskrc man page with examples for creating a sort filter. - Corrected the list of reportable fields. It was badly out of date.
This commit is contained in:
parent
2b48ae8e38
commit
307027a1d9
2 changed files with 9 additions and 5 deletions
|
@ -2,6 +2,7 @@
|
||||||
------ current release ---------------------------
|
------ current release ---------------------------
|
||||||
|
|
||||||
1.9.3 ()
|
1.9.3 ()
|
||||||
|
+ Improved man pages (thanks to Andy Lester).
|
||||||
|
|
||||||
------ old releases ------------------------------
|
------ old releases ------------------------------
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.TH taskrc 5 2010-07-10 "task 1.9.3" "User Manuals"
|
.TH taskrc 5 2010-05-22 "task 1.9.2" "User Manuals"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
taskrc \- Configuration file for the task(1) command
|
taskrc \- Configuration file for the task(1) command
|
||||||
|
@ -756,9 +756,9 @@ The description for report X when running the "task help" command.
|
||||||
.TP
|
.TP
|
||||||
.B report.X.columns
|
.B report.X.columns
|
||||||
The columns that will be used when generating the report X. Valid columns are:
|
The columns that will be used when generating the report X. Valid columns are:
|
||||||
id, uuid, project, priority, entry, start, due, recur, recur_indicator, age,
|
id, uuid, project, priority, priority_long, entry, entry_time, start, start_time,
|
||||||
age_compact, active, tags, tag_indicator, description, description_only,
|
end, end_time, due, countdown, countdown_compact, age, age_compact, active, tags,
|
||||||
countdown, countdown_compact.
|
description_only, description, recur, recurrence_indicator, tag_indicator and wait.
|
||||||
The IDs are separated by commas.
|
The IDs are separated by commas.
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
|
@ -770,7 +770,10 @@ labels are a comma separated list.
|
||||||
.B report.X.sort
|
.B report.X.sort
|
||||||
The sort order of the tasks in the generated report X. The sort order is
|
The sort order of the tasks in the generated report X. The sort order is
|
||||||
specified by using the column ids post-fixed by a "+" for ascending sort order
|
specified by using the column ids post-fixed by a "+" for ascending sort order
|
||||||
or a "-" for descending sort order. The sort IDs are separated by commas
|
or a "-" for descending sort order. The sort IDs are separated by commas.
|
||||||
|
For example:
|
||||||
|
|
||||||
|
report.list.sort=due+,priority-,active-,project+
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
.B report.X.filter
|
.B report.X.filter
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue