-
Notifications
You must be signed in to change notification settings - Fork 0
/
.taskrc
82 lines (76 loc) · 3.01 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
# [Created by task 2.4.4 10/15/2015 07:28:15]
# Taskwarrior program configuration file.
# For more documentation, see http://taskwarrior.org or try 'man task', '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 /opt/local/share/doc/task/rc/light-16.theme
#include /opt/local/share/doc/task/rc/light-256.theme
#include /opt/local/share/doc/task/rc/dark-16.theme
#include /opt/local/share/doc/task/rc/dark-256.theme
#include /opt/local/share/doc/task/rc/dark-red-256.theme
#include /opt/local/share/doc/task/rc/dark-green-256.theme
#include /opt/local/share/doc/task/rc/dark-blue-256.theme
include /opt/local/share/doc/task/rc/dark-violets-256.theme
#include /opt/local/share/doc/task/rc/dark-yellow-green.theme
#include /opt/local/share/doc/task/rc/dark-gray-256.theme
#include /opt/local/share/doc/task/rc/dark-gray-blue-256.theme
#include /opt/local/share/doc/task/rc/solarized-dark-256.theme
#include /opt/local/share/doc/task/rc/solarized-light-256.theme
#include /opt/local/share/doc/task/rc/no-color.theme
# config
color=on
defaultwidth=50
defaultheight=100
curses=on
editor=nvim
confirmation=off
complete.all.projects=yes
list.all.projects=yes
list.all.tags=yes
# reports
uda.estimate.type=numeric
uda.estimate.label=Est
report.simple.description=Simple list of open tasks by project
report.simple.columns=id,entry,description.count
report.simple.labels=ID,Proj,Desc
report.simple.sort=project+\/,entry+
report.simple.filter=status:pending
uda.mystatus.type=string
uda.mystatus.label=Stat
uda.mystatus.values=PENDING,IN_PROGRESS,IN_REVIEW,ON_HOLD,COMPLETED
report.next.columns=id,depends,priority,project,tags,recur,scheduled.countdown,due,until.remaining,mystatus,description,urgency
report.next.description=Most urgent tasks
report.next.filter=status:pending limit:page
report.next.labels=ID,Deps,P,Project,Tag,Recur,S,Due,Until,Status,Description,Urg
report.next.sort=urgency-
journal.time=on
dateformat.annotation=Y\/M\/D H:N
# Bugwarrior UDAs
uda.githubcreatedon.type=date
uda.githubcreatedon.label=Github Created
uda.githubtitle.type=string
uda.githubtitle.label=Github Title
uda.githubnumber.type=numeric
uda.githubnumber.label=Github Issue/PR #
uda.githubbody.type=string
uda.githubbody.label=Github Body
uda.githubrepo.type=string
uda.githubrepo.label=Github Repo Slug
uda.githubuser.type=string
uda.githubuser.label=Github User
uda.githuburl.type=string
uda.githuburl.label=Github URL
uda.githubupdatedat.type=date
uda.githubupdatedat.label=Github Updated
uda.githubtype.type=string
uda.githubtype.label=Github Type
uda.githubmilestone.type=string
uda.githubmilestone.label=Github Milestone
# END Bugwarrior UDAs