Add simple taskwarrior report, undo news hack
This just generates a simple list for sharing a todo list with people. Also remove the news prompt hack. Apparently taskwarrior does an == check for the flagged version and not >. Just it only bothers you every few runs so I thought it worked but it didn't.
This commit is contained in:
parent
6e9f41e99e
commit
dd2f040f40
1 changed files with 7 additions and 2 deletions
9
.taskrc
9
.taskrc
|
@ -14,6 +14,12 @@ report.weekly.columns=status,modified.relative,description.count
|
|||
report.weekly.sort=modified+
|
||||
report.weekly.filter=status.not:recurring and (modified.after:today-7d or +next)
|
||||
|
||||
# A simple list of tasks to do
|
||||
report.simple.labels=id,Description
|
||||
report.simple.columns=id,description
|
||||
report.simple.sort=id
|
||||
report.simple.filter=status:pending
|
||||
|
||||
# Remove annotations from default (next) report; just count them instead
|
||||
report.next.columns=id,start.age,entry.age,depends,priority,project,tags,recur,scheduled.countdown,due.relative,until.remaining,description.count,urgency
|
||||
|
||||
|
@ -28,5 +34,4 @@ urgency.uda.priority.H.coefficient=1.0
|
|||
# Don't give blocking tasks so much urgency
|
||||
urgency.blocking.coefficient=1.0
|
||||
|
||||
# Try to universally disable news prompt forever
|
||||
news.version=9.9.9
|
||||
news.version=2.6.0
|
||||
|
|
Loading…
Add table
Reference in a new issue