-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtaskrc
70 lines (60 loc) · 2.6 KB
/
taskrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
# [Created by task 2.3.0 10/18/2016 10:49:34]
# 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
# Files
data.location=~/.task
# Color theme (uncomment one to use)
#include /usr/share/doc/task/rc/light-16.theme
#include /usr/share/doc/task/rc/light-256.theme
#include /usr/share/doc/task/rc/dark-16.theme
#include /usr/share/doc/task/rc/dark-256.theme
#include /usr/share/doc/task/rc/dark-red-256.theme
#include /usr/share/doc/task/rc/dark-green-256.theme
#include /usr/share/doc/task/rc/dark-blue-256.theme
#include /usr/share/doc/task/rc/dark-violets-256.theme
include /usr/share/doc/task/rc/dark-yellow-green.theme
#include /usr/share/doc/task/rc/dark-gray-256.theme
# Holidays
include ~/.holidays
calendar.holidays=sparse
uda.reviewed.type=date
uda.reviewed.label=Reviewed
report._reviewed.description=Tasksh review report. Adjust the filter to your needs.
report._reviewed.columns=uuid
report._reviewed.sort=reviewed+,modified+
report._reviewed.filter=( reviewed.none: or reviewed.before:now-1week ) and ( +PENDING or +WAITING )
# Active, annotated and tagged tasks aren't necessarily more urgent
urgency.active.coefficient=0.1
urgency.annotations.coefficient=0.1
urgency.tags.coefficient=0.0
# Blocking tasks aren't all that much more urgent
urgency.blocking.coefficient=1
# Blocked tasks aren't necessarily less urgent
urgency.blocked.coefficient=-0.1
# Age doesn't matter
urgency.age.coefficient=0.0
# Best description of colours is here: https://taskwarrior.org/docs/clog/color.html
# Set special colour for milestone tasks and reviews
color.tag.milestone=rgb013 on grey2
color.tag.review=rgb224 on grey3
# Less garish for active task, bocked & blocking tasks
color.active=rgb430 on gray6
color.blocking=white on rgb200
color.blocked=white on rgb100
# Sync to Inthe.AM
taskd.certificate=~/.task/private.certificate.pem
taskd.key=~/.task/private.key.pem
taskd.ca=~/.task/ca.cert.pem
taskd.server=taskwarrior.inthe.am:53589
taskd.credentials=inthe_am/christopherjtozer/66ad8443-a80f-4a81-9b5c-c1ab2ceb27a6
taskd.trust=ignore hostname
uda.priority.values=H,M,,L
context.work=-personal
context.home=+personal
context=work