Modify taskwarrior default report
This commit is contained in:
@@ -1,3 +1,12 @@
|
|||||||
|
# The default report is `next`, to obtain details on a report
|
||||||
|
# (e.g. the columns used), the following command can be used:
|
||||||
|
#
|
||||||
|
# `task _get rc.report.<report_name>.columns`
|
||||||
|
|
||||||
|
report.next.columns=id,start.age,entry.age,depends,project,tags,scheduled.countdown,due.relative,until.remaining,description
|
||||||
|
report.next.labels=ID,Active,Age,Deps,Project,Tag,S,Due,Until,Description
|
||||||
|
report.next.filter=status:pending -WAITING -BLOCKED limit:page
|
||||||
|
|
||||||
report.in.columns=id,description
|
report.in.columns=id,description
|
||||||
report.in.labels=ID,Description
|
report.in.labels=ID,Description
|
||||||
report.in.description=Inbox (tasks with no project)
|
report.in.description=Inbox (tasks with no project)
|
||||||
|
|||||||
Reference in New Issue
Block a user