summaryrefslogtreecommitdiffstats
path: root/taskrc
diff options
context:
space:
mode:
Diffstat (limited to 'taskrc')
-rw-r--r--taskrc214
1 files changed, 107 insertions, 107 deletions
diff --git a/taskrc b/taskrc
index 73c742d..5d9a6aa 100644
--- a/taskrc
+++ b/taskrc
@@ -191,112 +191,112 @@ context.nocode=project.not:code
# context.home=(project.not:code) -dft
- # REPORTS
- report.waiting.columns=id,start.active,entry.age,depends.indicator,priority,project,tags,recur.indicator,wait,wait.remaining,scheduled,due,until,description.count
-
- # Due or scheduled today
- report.ml_due_or_scheduled_today.columns=id,entry.age,depends,priority,project,tags.count,recur,scheduled.countdown,due.relative,until.remaining,description.count,urgency
- report.ml_due_or_scheduled_today.description="Due or scheduled today"
- report.ml_due_or_scheduled_today.filter=(due:today or scheduled:today) and status:pending
- report.ml_due_or_scheduled_today.sort=due,urgency
- #
- # Due or scheduled tomorrow
- report.ml_due_or_scheduled_tomorrow.columns=id,entry.age,depends,priority,project,tags.count,recur,scheduled.countdown,due.relative,until.remaining,description.count,urgency
- report.ml_due_or_scheduled_tomorrow.description="Due or scheduled tomorrow"
- report.ml_due_or_scheduled_tomorrow.filter=(due.is:tomorrow or scheduled.is:tomorrow) and status:pending
- report.ml_due_or_scheduled_tomorrow.sort=due,urgency
-
- # Due within 5 days, including waiting
- report.ml_due_within_5_days.columns=id,entry.age,depends,priority,project,tags.count,recur,scheduled.countdown,due.relative,until.remaining,description.count,urgency
- report.ml_due_within_5_days.description="Due within 5 days, including waiting"
- report.ml_due_within_5_days.filter=(+WAITING and (due.before:today+5days)) or (status:pending) and (due.before:today+5days)
- report.ml_due_within_5_days.sort=due,urgency
-
-
- # Report all
- report.all.column=id,status.short,uuid.short,start.active,entry.age,end.age,depends.indicator,priority,project.parent,tags.count,recur.indicator,wait.remaining,scheduled.remaining,due,until,remaining,description
- report.all.labels=ID,St,UUID,A,Age,Done,D,P,Project,Tags,R,Wait,Sch,Due,Until,Description
- report.all.description="All Tasks (amended)"
- report.all.sort=entry-
-
- # how to filter out a project from next - but this also means you can't filter
- # it at all
- #report.next.columns=id,start.age,entry.age,depends,priority,project,tags.count,recur,scheduled.countdown,due.relative,until.remaining,description.count,urgency
- #report.next.filter=status:pending and (+next or scheduled.before:today or due.before:today or scheduled.today or due.today)
- #report.next.filter=project.not:code.bcompiler status:pending limit:page
-
- # Next/default
- report.next.description="Next"
- report.next.columns=id,start.age,entry.age,depends,priority,project,tags,recur,scheduled.relative,due.relative,until.remaining,description.truncated_count,urgency
- report.next.filter=status:pending limit:page -idea project.not:h.buy project.not:h.comp.code
-
- # mlscheduled
- report.ml_scheduled.description='Modified list of scheduled tasks'
- report.ml_scheduled.columns=id,project.indented,tags.count,scheduled,due,description.count,priority,urgency
- report.ml_scheduled.labels=ID,Project,Tags,Scheduled,Due,Description,Priority,Urgency
- report.ml_scheduled.sort=scheduled+/,priority-
- report.ml_scheduled.filter=status:pending and +SCHEDULED and -BLOCKED
-
- # inspection_prep
- report.ml_inspection_prep.description="List of all tasks related to inspection planning"
- report.ml_inspection_prep.columns=id,project.indented,description.count,scheduled,due
- report.ml_inspection_prep.labels=ID,Project,Task,Scheduled,Due
- report.ml_inspection_prep.filter=+inspection -inspection_followup status:pending
- report.ml_inspection_prep.sort=project+/,due+,scheduled+
-
- # inspection_followup
- report.ml_inspection_followup.description="List of all tasks related to inspection follow-up"
- report.ml_inspection_followup.columns=id,project.indented,description.count,scheduled,due
- report.ml_inspection_followup.labels=ID,Project,Task,Scheduled,Due
- report.ml_inspection_followup.filter=+inspection_followup status:pending
-
- # upcoming
- report.ml_upcoming.description=Pending and Waiting coming up
- report.ml_upcoming.columns=id,status,wait.remaining,entry,tags,scheduled,due,description.count
- report.ml_upcoming.labels=ID,Status,Wait,Age,Tags,Sched,Due,Description
- report.ml_upcoming.sort=status+,wait+,scheduled+,due+
- report.ml_upcoming.filter=status:pending
-
- # nextmonth
- report.ml_nextmonth.description=Next month
- report.ml_nextmonth.columns=id,status,wait.remaining,entry,tags,scheduled,due,description.count
- report.ml_nextmonth.labels=ID,Status,Wait,Age,Tags,Sched,Due,Description
- report.ml_nextmonth.sort=status+,wait+,scheduled+,due+
- report.ml_nextmonth.filter=scheduled.after:yesterday and scheduled.before:4weeks
- #context=work
-
- # completed in last week
- report.ml_comp_lastweek.description=Tasks completed in the last week
- report.ml_comp_lastweek.columns=uuid.short,project.full,description.combined,end.relative
- report.ml_comp_lastweek.labels=UUID,Project,Task,Completed
- report.ml_comp_lastweek.sort=end-
- report.ml_comp_lastweek.filter=end.after:today-7day
-
- # completed in last month
- report.ml_comp_lastmonth.description=Tasks completed in the last month
- report.ml_comp_lastmonth.columns=uuid.short,project.full,description.combined,end.relative
- report.ml_comp_lastmonth.labels=UUID,Project,Task,Completed
- report.ml_comp_lastmonth.sort=end-
- report.ml_comp_lastmonth.filter=end.after:today-31day
-
- # deleted in the last month
- report.ml_deleted_last_month.description=Tasks deleted in last month
- report.ml_deleted_last_month.columns=status.short,uuid.short,project.full,tags.list,description.count,end.formatted
- report.ml_deleted_last_month.labels=Status,UUID,Project,Tags,Description,Deleted
- report.ml_deleted_last_month.sort=end-
- report.ml_deleted_last_month.filter=end.after:today-30day status:deleted
-
-
- # all projects used
- # THIS IS THE COMMAND THAT WORKS: task rc.list.all.projects=1 projects
- # BUT DOESN'T WORK HERE - NOT TRIED TOO HARD
- #report.ml_all_projects_used.description=All projects
- #report.ml_all_projects_used.columns=project.full
- #report.ml_all_projects_used.labels=Project
- #report.ml_all_projects_used.sort=project+
- #report.ml_all_projects_used.filter=rc.list.all.projects=1 projects
-
- # regex on
- regex=on
+# REPORTS
+report.waiting.columns=id,start.active,entry.age,depends.indicator,priority,project,tags,recur.indicator,wait,wait.remaining,scheduled,due,until,description.count
+
+# Due or scheduled today
+report.ml_due_or_scheduled_today.columns=id,entry.age,depends,priority,project,tags.count,recur,scheduled.countdown,due.relative,until.remaining,description.count,urgency
+report.ml_due_or_scheduled_today.description="Due or scheduled today"
+report.ml_due_or_scheduled_today.filter=(due:today or scheduled:today) and status:pending
+report.ml_due_or_scheduled_today.sort=due,urgency
+#
+# Due or scheduled tomorrow
+report.ml_due_or_scheduled_tomorrow.columns=id,entry.age,depends,priority,project,tags.count,recur,scheduled.countdown,due.relative,until.remaining,description.count,urgency
+report.ml_due_or_scheduled_tomorrow.description="Due or scheduled tomorrow"
+report.ml_due_or_scheduled_tomorrow.filter=(due.is:tomorrow or scheduled.is:tomorrow) and status:pending
+report.ml_due_or_scheduled_tomorrow.sort=due,urgency
+
+# Due within 5 days, including waiting
+report.ml_due_within_5_days.columns=id,entry.age,depends,priority,project,tags.count,recur,scheduled.countdown,due.relative,until.remaining,description.count,urgency
+report.ml_due_within_5_days.description="Due within 5 days, including waiting"
+report.ml_due_within_5_days.filter=(+WAITING and (due.before:today+5days)) or (status:pending) and (due.before:today+5days)
+report.ml_due_within_5_days.sort=due,urgency
+
+
+# Report all
+report.all.column=id,status.short,uuid.short,start.active,entry.age,end.age,depends.indicator,priority,project.parent,tags.count,recur.indicator,wait.remaining,scheduled.remaining,due,until,remaining,description
+report.all.labels=ID,St,UUID,A,Age,Done,D,P,Project,Tags,R,Wait,Sch,Due,Until,Description
+report.all.description="All Tasks (amended)"
+report.all.sort=entry-
+
+# how to filter out a project from next - but this also means you can't filter
+# it at all
+#report.next.columns=id,start.age,entry.age,depends,priority,project,tags.count,recur,scheduled.countdown,due.relative,until.remaining,description.count,urgency
+#report.next.filter=status:pending and (+next or scheduled.before:today or due.before:today or scheduled.today or due.today)
+#report.next.filter=project.not:code.bcompiler status:pending limit:page
+
+# Next/default
+report.next.description="Next"
+report.next.columns=id,start.age,entry.age,depends,priority,project,tags,recur,scheduled.relative,due.relative,until.remaining,description.truncated_count,urgency
+report.next.filter=status:pending limit:page -idea project.not:h.buy project.not:h.comp.code
+
+# mlscheduled
+report.ml_scheduled.description='Modified list of scheduled tasks'
+report.ml_scheduled.columns=id,project.indented,tags.count,scheduled,due,description.count,priority,urgency
+report.ml_scheduled.labels=ID,Project,Tags,Scheduled,Due,Description,Priority,Urgency
+report.ml_scheduled.sort=scheduled+/,priority-
+report.ml_scheduled.filter=status:pending and +SCHEDULED and -BLOCKED
+
+# inspection_prep
+report.ml_inspection_prep.description="List of all tasks related to inspection planning"
+report.ml_inspection_prep.columns=id,project.indented,description.count,scheduled,due
+report.ml_inspection_prep.labels=ID,Project,Task,Scheduled,Due
+report.ml_inspection_prep.filter=+inspection -inspection_followup status:pending
+report.ml_inspection_prep.sort=project+/,due+,scheduled+
+
+# inspection_followup
+report.ml_inspection_followup.description="List of all tasks related to inspection follow-up"
+report.ml_inspection_followup.columns=id,project.indented,description.count,scheduled,due
+report.ml_inspection_followup.labels=ID,Project,Task,Scheduled,Due
+report.ml_inspection_followup.filter=+inspection_followup status:pending
+
+# upcoming
+report.ml_upcoming.description=Pending and Waiting coming up
+report.ml_upcoming.columns=id,status,wait.remaining,entry,tags,scheduled,due,description.count
+report.ml_upcoming.labels=ID,Status,Wait,Age,Tags,Sched,Due,Description
+report.ml_upcoming.sort=status+,wait+,scheduled+,due+
+report.ml_upcoming.filter=status:pending
+
+# nextmonth
+report.ml_nextmonth.description=Next month
+report.ml_nextmonth.columns=id,status,wait.remaining,entry,tags,scheduled,due,description.count
+report.ml_nextmonth.labels=ID,Status,Wait,Age,Tags,Sched,Due,Description
+report.ml_nextmonth.sort=status+,wait+,scheduled+,due+
+report.ml_nextmonth.filter=scheduled.after:yesterday and scheduled.before:4weeks
+#context=work
+
+# completed in last week
+report.ml_comp_lastweek.description=Tasks completed in the last week
+report.ml_comp_lastweek.columns=uuid.short,project.full,description.combined,end.relative
+report.ml_comp_lastweek.labels=UUID,Project,Task,Completed
+report.ml_comp_lastweek.sort=end-
+report.ml_comp_lastweek.filter=end.after:today-7day
+
+# completed in last month
+report.ml_comp_lastmonth.description=Tasks completed in the last month
+report.ml_comp_lastmonth.columns=uuid.short,project.full,description.combined,end.relative
+report.ml_comp_lastmonth.labels=UUID,Project,Task,Completed
+report.ml_comp_lastmonth.sort=end-
+report.ml_comp_lastmonth.filter=end.after:today-31day
+
+# deleted in the last month
+report.ml_deleted_last_month.description=Tasks deleted in last month
+report.ml_deleted_last_month.columns=status.short,uuid.short,project.full,tags.list,description.count,end.formatted
+report.ml_deleted_last_month.labels=Status,UUID,Project,Tags,Description,Deleted
+report.ml_deleted_last_month.sort=end-
+report.ml_deleted_last_month.filter=end.after:today-30day status:deleted
+
+
+# all projects used
+# THIS IS THE COMMAND THAT WORKS: task rc.list.all.projects=1 projects
+# BUT DOESN'T WORK HERE - NOT TRIED TOO HARD
+#report.ml_all_projects_used.description=All projects
+#report.ml_all_projects_used.columns=project.full
+#report.ml_all_projects_used.labels=Project
+#report.ml_all_projects_used.sort=project+
+#report.ml_all_projects_used.filter=rc.list.all.projects=1 projects
+
+# regex on
+regex=on
news.version=2.6.0