taskwarrior: Added completed today report
Added a report to look at the tasks I completed over the past day, invoked by `today.completed`. The name was chosen to interact well with my `today` overview report which shows the remaining tasks. Also defaulted to the built-in solarized dark theme since it seems to work best with a variety of color schemes -- and since I switch frequently using styler, it makes sense to default to this one.
This commit is contained in:
parent
bf547417ce
commit
dd71bd5002
1 changed files with 7 additions and 2 deletions
|
@ -42,6 +42,11 @@ report.today.filter=status:pending +TODAY limit:page
|
|||
report.today.sort=urgency-
|
||||
report.today.columns=id,project,priority,urgency,due,description,tags,scheduled,entry.age,recur
|
||||
report.today.labels=,Project,Pri,Urg,Due,Description,Tags,Sched,Age,Recur
|
||||
# report overview of tasks accomplished today
|
||||
report.today.completed.description=Tasks completed today
|
||||
report.today.completed.filter=status:completed end.after:tod
|
||||
report.today.completed.columns=id,project,priority,urgency,due,description,tags,scheduled,entry.age,recur
|
||||
report.today.completed.labels=,Project,Pri,Urg,Due,Description,Tags,Sched,Age,Recur
|
||||
|
||||
# reorder priorities so that explicitly tagged 'Low' items are lower than normal
|
||||
uda.priority.values=H,M,,L
|
||||
|
@ -73,12 +78,12 @@ taskd.credentials=FreeCinc\/freecinc_7ebc40a3\/1b2f5c1e-3d62-4a35-82c8-82ce0e237
|
|||
#include /usr/share/doc/task/rc/dark-yellow-green.theme
|
||||
#include /usr/share/doc/task/rc/dark-gray-256.theme
|
||||
#include /usr/share/doc/task/rc/dark-gray-blue-256.theme
|
||||
#include /usr/share/doc/task/rc/solarized-dark-256.theme
|
||||
include /usr/share/doc/task/rc/solarized-dark-256.theme
|
||||
#include /usr/share/doc/task/rc/solarized-light-256.theme
|
||||
#include /usr/share/doc/task/rc/no-color.theme
|
||||
|
||||
# try to fix some color weirdness, especially in tmux
|
||||
color.scheduled=on grey
|
||||
# color.scheduled=on grey
|
||||
|
||||
# only ever show one result in the tasksh
|
||||
tasksh.autoclear=1
|
||||
|
|
Loading…
Reference in a new issue