Make simple taskwarrior report not list annotation
I'm using this report in my daily status script and it makes the output noisy.
This commit is contained in:
parent
ba11cb9782
commit
6578a38dd3
1 changed files with 1 additions and 1 deletions
2
.taskrc
2
.taskrc
|
@ -16,7 +16,7 @@ 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.columns=id,description.count
|
||||
report.simple.sort=id
|
||||
report.simple.filter=status:pending
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue