42 lines
1.5 KiB
Plaintext
42 lines
1.5 KiB
Plaintext
# [Created by task 2.3.0 10/27/2014 13:01:27]
|
|
# Taskwarrior program configuration file.
|
|
# For more documentation, see http://taskwarrior.org or try 'man task', 'man task-faq',
|
|
# 'man task-tutorial', '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
|
|
|
|
weekstart=Monday
|
|
|
|
# Files
|
|
data.location=$HOME/.config/task
|
|
hooks.location=$HOME/.config/task/hooks/
|
|
include $HOME/.config/task/themes/dark-256.theme
|
|
|
|
search.case.sensitive=no
|
|
|
|
alias.rm=delete
|
|
alias.mod=modify
|
|
|
|
uda.totalactivetime.type=duration
|
|
uda.totalactivetime.label=Total active time
|
|
uda.totalactivetime.values=
|
|
|
|
uda.priority.values=H,M,,L
|
|
urgency.uda.priority.H.coefficient=1.5
|
|
urgency.uda.priority.L.coefficient=0.5
|
|
urgency.uda.priority.M.coefficient=1.0
|
|
|
|
default.command=list
|
|
|
|
report.active.columns=id,project,description.truncated,start.age
|
|
report.active.labels=ID,Project,Description,Time
|
|
|
|
report.list.labels=ID,Active,Age,Time,D,P,Project,Tags,R,Sch,Due,Until,Description,Urg
|
|
report.list.columns=id,start.age,entry.age,totalactivetime,depends.indicator,priority,project,tags,recur.indicator,scheduled.countdown,due,until.remaining,description.count,urgency
|
|
news.version=3.4.1
|