summaryrefslogtreecommitdiff
path: root/taskrc
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-05-06 11:47:48 +0300
committerLars Wirzenius <liw@liw.fi>2018-05-06 11:47:48 +0300
commite445f5cb7003d2f7c85fc4294094639c2f6d9b1d (patch)
treea63bcf17c12566dd7516b9fb02336d2da9538301 /taskrc
parent224e0cf9944f258726c24d6e5d47dc6846793804 (diff)
downloadliw-dot-files-e445f5cb7003d2f7c85fc4294094639c2f6d9b1d.tar.gz
Change: tweak soonish reporting, add upcoming report
Diffstat (limited to 'taskrc')
-rw-r--r--taskrc9
1 files changed, 8 insertions, 1 deletions
diff --git a/taskrc b/taskrc
index 5c96458..daf7fcf 100644
--- a/taskrc
+++ b/taskrc
@@ -16,7 +16,14 @@ report.soonish.columns=id,project,scheduled,due,depends,tags,estimate,descriptio
report.soonish.labels=ID,Proj,Scheduled,Due,Deps,Tags,Est,Description
#report.soonish.sort=urgency-,due+,scheduled+,priority-,project+
report.soonish.sort=urgency+,due-,scheduled-,priority+,project-
-report.soonish.filter=status:pending ( pri:H or pri:M ) ( due: or due.before:monday ) ( scheduled: or scheduled.before:1days ) -waiting -BLOCKED
+report.soonish.filter=status:pending ( pri:H or pri:M ) ( due: or due.before:monday ) ( scheduled: or scheduled.before:mon ) -waiting -BLOCKED
+
+# Define a report, "upcoming", for tasks that should be done within a month.
+report.upcoming.description=Lists tasks that should be done within a month
+report.upcoming.columns=id,project,scheduled,due,depends,tags,estimate,description
+report.upcoming.labels=ID,Proj,Scheduled,Due,Deps,Tags,Est,Description
+report.upcoming.sort=urgency+,due-,scheduled-,priority+,project-
+report.upcoming.filter=status:pending ( pri:H or pri:M ) ( due: or due.before:30days ) ( scheduled: or scheduled.before:30days ) -waiting -BLOCKED
# Make the soonish report the default.
default.command=soonish