mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Custom Report Labels
- Added the ability to override the labels of custom reports (thanks to T. Charles Yun).
This commit is contained in:
parent
93ec320555
commit
41b60f88d3
5 changed files with 46 additions and 13 deletions
|
@ -88,6 +88,18 @@ report.mine.sort=priority-,project+</pre></code>
|
|||
in a report:
|
||||
</p>
|
||||
|
||||
<p>
|
||||
It is also possible to override the default columns names, if
|
||||
the following line is added to your .taskrc file:
|
||||
</p>
|
||||
|
||||
<pre><code>report.mine.labels=ID,Project,Priority,Description of task</code></pre>
|
||||
|
||||
<p>
|
||||
Note that there must be the same number of labels as there are
|
||||
columns to label, and they must appear in the same sequence.
|
||||
</p>
|
||||
|
||||
<ul>
|
||||
<li>id
|
||||
<li>uuid
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue