-
Notifications
You must be signed in to change notification settings - Fork 1
/
.taskrc
72 lines (64 loc) · 1.65 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
data.location=~/.task
locking=on
curses=on
defaultwidth=80
confirmation=yes
next=4
bulk=2
due=7
search.case.sensitive=no
active.indicator=*
tag.indicator=+
recurrence.indicator=R
recurrence.limit=1
dateformat=d/m/Y
dateformat.holiday=YMD
dateformat.report=d/m/Y
dateformat.annotation=d/m/Y
weekstart=Monday
monthsperline=1
calendar.legend=yes
calendar.details=full
calendar.holidays=sparse
color=on
color.header=color3
color.overdue=bold red
color.due=on bright red
color.pri.H=on red
color.pri.M=on yellow
color.pri.L=on green
color.pri.none=
color.history.add=on red
color.history.done=on green
color.history.delete=on gray9
color.active=bold cyan
color.alternate=
color.tagged=yellow
color.tag.bug=yellow
color.tag.linux=black on white
color.tag.script=black on green
color.tag.os=bold blue on black
color.tag.eeepc=bold black on cyan
color.tag.music=bold yellow on gray
color.tag.android=green on white
color.project.pyimagedownloader=on blue
color.project.pyimageuploader=on blue
color.project.travel=yellow on black
color.project.portuguese=bold green on gray
color.project.spanish=bold red on gray
color.project.wiki=magenta on black
#shadow.file=~/.task/shadow.txt
#shadow.command=list
#shadow.notify=on
default.command=tagpro
list.all.projects=yes
list.all.tags=yes
shell.prompt=task >:
report.tagpro.description=List tasks with only tags and projects
report.tagpro.columns=id,project,tags,description
report.tagpro.sort=tags+,project+
report.tagpro.filter=status:pending
report.veryminimal.description=List only tasks descriptions and id (useful for scripts)
report.veryminimal.columns=id,description
report.veryminimal.sort=id+
report.veryminimal.filter=status:pending