Continuing the discussion from Ansible playbook for personal computer configuration:
I’ll use this note to explain my settings.
Prior art: Learning Taskwarrior, one dream at a time - Science and Technology - talkgroup
Continuing the discussion from Ansible playbook for personal computer configuration:
I’ll use this note to explain my settings.
Prior art: Learning Taskwarrior, one dream at a time - Science and Technology - talkgroup
I use task dependencies to sort next actionable tasks. I also annotate tasks with small notes, mostly URLs. That makes the default report quite noisy.
Show me the tasks I need to do:
report.next.filter=status:pending +UNBLOCKED
Show a count of annotations (and other stuff I want):
report.next.columns=id,start.age,entry.age,depends,priority,project,tags,recur,scheduled.countdown,due.relative,until.remaining,description.count,urgency
And make it so annotations do not add urgency:
urgency.annotations.coefficient=0.0