-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
.taskrc
50 lines (41 loc) · 2.07 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
data.location=~/taskwiki/.task
weekstart=monday
search.case.sensitive=no
urgency.inherit=1
urgency.active.coefficient=10.0
urgency.annotations.coefficient=0.0
urgency.blocked.coefficient=0.0
urgency.blocking.coefficient=0.0
urgency.project.coefficient=0.0
urgency.tags.coefficient=0.0
urgency.user.tag.later.coefficient=-10.0
urgency.waiting.coefficient=-15.0
include /usr/share/taskwarrior/dark-256.theme
color.blocking=
color.tagged=
color.tag.next=rgb454
color.active=on rgb210
color.due=on rgb100
color.due.today=on rgb300
color.overdue=on rgb400
color.uda.priority.H=
color.uda.priority.M=
color.uda.priority.L=
context.today=( ( ( scheduled<tomorrow or due<tomorrow or +next or +ACTIVE ) and status:pending and -WAITING ) or end>=today )
context.tomorrow=( ( scheduled.none: or scheduled>=tomorrow ) and ( due.none: or due>=tomorrow ) and ( scheduled<tomorrow+1d or due<tomorrow+1d ) and -ACTIVE and status:pending and -WAITING )
context.soon=( ( ( scheduled.none: and -later ) or scheduled>=tomorrow+1d ) and ( ( due.none: and -later ) or due>=tomorrow+1d ) and -ACTIVE and status:pending and -WAITING )
context.later=( +later and status:pending and -WAITING )
context.todo+recent=(-COMPLETED or end>=yesterday)
context.done_yesterday=( end>=yesterday and end<today )
context.done_this_week=( end>=monday-1w and end<monday )
context.done_last_week=( end>=monday-2w and end<monday-1w )
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=( +PENDING and ( reviewed.none: or reviewed.before:now-14days ) ) or ( +WAITING and ( reviewed.none: or reviewed.before:now-60days ) )
report.all.columns=id,status.short,uuid.short,start.active,entry.age,end.age,depends.indicator,priority,project,tags,recur.indicator,wait.remaining,scheduled.remaining,due,until.remaining,description
report.list.filter=status:pending or +WAITING
report.long.filter=status:pending or +WAITING
report.next.filter=status:pending -WAITING -BLOCKING limit:page