32 lines
1.1 KiB
Text
32 lines
1.1 KiB
Text
# [Created by task 2.5.1 3/24/2019 19:33:29]
|
|
# Taskwarrior program configuration file.
|
|
# For more documentation, see http://taskwarrior.org or try 'man task', 'man task-color',
|
|
# 'man task-sync' or 'man taskrc'
|
|
|
|
# Here is an example of entries that use the default, override and blank values
|
|
# variable=foo -- By specifying a value, this overrides the default
|
|
# variable= -- By specifying no value, this means no default
|
|
# #variable=foo -- By commenting out the line, or deleting it, this uses the default
|
|
|
|
# Use the command 'task show' to see all defaults and overrides
|
|
|
|
# Files
|
|
data.location=/home/severin/Tasks
|
|
verbose=blank,footnote,label,new-id,affected,edit,special,project,sync,unwait
|
|
|
|
report.todo.description=Tasks with now due date, overdue or due in the next 7 days
|
|
report.todo.columns=id,due,project,description.count
|
|
report.todo.labels=ID,Due,Project,Description
|
|
report.todo.sort=due+
|
|
report.todo.filter=due.before:1wk and status:pending or due: and status:pending
|
|
color=on
|
|
color.uda.priority.H=
|
|
color.uda.priority.L=
|
|
color.uda.priority.M=
|
|
color.overdue=
|
|
color.scheduled=
|
|
color.recurring=
|
|
color.due=
|
|
color.due.today=
|
|
dateformat=Y-M-D H:N
|
|
|