Add 'dots/' from commit 'f64b634dd8fbb2c8a2898c3b9d0acc9452e4d966'
git-subtree-dir: dots git-subtree-mainline:2ad98cde17git-subtree-split:f64b634dd8
This commit is contained in:
23
dots/.config/task/taskrc.d/reports
Normal file
23
dots/.config/task/taskrc.d/reports
Normal file
@@ -0,0 +1,23 @@
|
||||
# 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.labels=ID,Description
|
||||
report.in.description=Inbox (tasks with no project)
|
||||
report.in.filter=status:pending and project:
|
||||
|
||||
report.recent.columns=id,description,entry
|
||||
report.recent.labels=ID,Description,Age
|
||||
report.recent.description=Recently added
|
||||
report.recent.sort=entry+
|
||||
|
||||
report.minimal.columns=id,description
|
||||
report.minimal.labels=,
|
||||
|
||||
# verbose=blank,header,footnote,label,new-id,affected,edit,special,project,unwait
|
||||
Reference in New Issue
Block a user