mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
TW-193
- TW-193 Support listing breaks.
This commit is contained in:
parent
bd7e66a939
commit
ab3935ac85
4 changed files with 24 additions and 0 deletions
|
@ -1183,6 +1183,15 @@ For example:
|
|||
|
||||
report.list.sort=due+,priority-,start.active-,project+
|
||||
|
||||
Additionally, after the "+" or "-", there can be a solidus "/" which indicates
|
||||
that there are breaks after the column values change. For example:
|
||||
|
||||
report.minimal.sort=project+/,description+
|
||||
|
||||
This sort order now specifies that there is a listing break between each
|
||||
project. A listing break is simply a blank line, which provides a visual
|
||||
grouping.
|
||||
|
||||
.TP
|
||||
.B report.X.filter
|
||||
This adds a filter to the report X so that only tasks matching the filter
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue