From 1cdd9ecb81c7710644d1fc121f3c572b24715cfc Mon Sep 17 00:00:00 2001 From: Hektor Misplon Date: Sun, 22 Dec 2024 20:06:21 +0100 Subject: [PATCH] Modify taskwarrior default report --- .config/task/taskrc.d/reports | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.config/task/taskrc.d/reports b/.config/task/taskrc.d/reports index 717a985..50a7daf 100644 --- a/.config/task/taskrc.d/reports +++ b/.config/task/taskrc.d/reports @@ -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..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)