forked from vEnhance/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
taskrc
89 lines (77 loc) · 2.79 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
taskd.certificate=~/.intheam/private.certificate.pem
taskd.key=~/.intheam/private.key.pem
taskd.ca=~/.intheam/ca.cert.pem
taskd.server=inthe.am:53589
taskd.credentials=inthe_am/chen.evan6/8b9da4fb-2e56-4f33-989c-075adad0013e
taskd.trust=strict
alias tmrw=due:tomorrow+24h
alias alter=append
alias.E=project:errand
alias.I=project:idea
alias.L=project:leisure
alias.M=project:math
alias.O=project:otis
alias.P=project:personal
alias.S=project:school
alias.T=project:twitch
alias.U=project:usamo
alias.W=project:work
urgency.user.project.idea.coefficient=-3.0
urgency.waiting.coefficient=-4.0 # waiting task
alias.lo=priority:L
alias.md=priority:M
alias.hi=priority:H
# turn gc off by default; it'll be run by certain cron's
gc=off
uda.priority.values=H,M,,L
recurrence.limit=0
urgency.uda.priority.H.coefficient=4.2
urgency.uda.priority.M.coefficient=2.1
urgency.uda.priority.L.coefficient=-1.8
report.ready.columns=id,start.age,depends.indicator,priority,project,tags,recur.indicator,scheduled.remaining,due.relative,until.remaining,description,urgency
report.ready.labels=ID,Act,D,P,Project,Tags,R,S,Due,Until,Description,Urg
include ~/dotfiles/task.theme
color.uda.priority.H=rgb450
color.uda.priority.M=rgb520
color.uda.priority.L=rgb040
color.due=rgb420
color.due.today=rgb430
color.overdue=rgb440
color.scheduled=rgb033
report.undone.description=List of tasks that are not done
report.undone.filter=status:pending or status:waiting
report.undone.columns=id,wait.remaining,scheduled.remaining,due.relative,depends,description,urgency,priority,project,tags
report.undone.labels=ID,Wait,Schd,Due,Dep,Description,Urgent,P,Proj,Tag
report.undone.sort=urgency-
report.next.description=List of tasks that could be started
report.next.columns=id,depends,priority,project,tags,recur.indicator,scheduled.remaining,due.relative,until.remaining,description,urgency
report.next.labels=ID,Deps,P,Project,Tag,R,S,Due,Until,Description,Urg
# Bugwarrior UDAs
uda.githubtitle.type=string
uda.githubtitle.label=Github Title
uda.githubbody.type=string
uda.githubbody.label=Github Body
uda.githubcreatedon.type=date
uda.githubcreatedon.label=Github Created
uda.githubupdatedat.type=date
uda.githubupdatedat.label=Github Updated
uda.githubclosedon.type=date
uda.githubclosedon.label=GitHub Closed
uda.githubmilestone.type=string
uda.githubmilestone.label=Github Milestone
uda.githubrepo.type=string
uda.githubrepo.label=Github Repo Slug
uda.githuburl.type=string
uda.githuburl.label=Github URL
uda.githubtype.type=string
uda.githubtype.label=Github Type
uda.githubnumber.type=numeric
uda.githubnumber.label=Github Issue/PR #
uda.githubuser.type=string
uda.githubuser.label=Github User
uda.githubnamespace.type=string
uda.githubnamespace.label=Github Namespace
uda.githubstate.type=string
uda.githubstate.label=GitHub State
# END Bugwarrior UDAs
news.version=2.6.0