-
Notifications
You must be signed in to change notification settings - Fork 2
/
.taskrc
72 lines (63 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
# [Created by task 2.5.3 3/15/2021 13:19:21]
# 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
# rc.recurrence.limit=0
# taskserver issue 46
# TODO: Consider migrating off of inthe.am to an actual taskd instance so that this problem no longer happens
recurrence=off
# Inthe.AM task sync
taskd.certificate=~/taskwarrior-intheam/private.certificate.pem
taskd.key=~/taskwarrior-intheam/private.key.pem
taskd.ca=~/taskwarrior-intheam/ca.cert.pem
taskd.server=inthe.am:53589
taskd.credentials=REDACTED
taskd.trust=strict
# 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
include /usr/share/doc/task/rc/dark-gray-blue-256.theme
#include /usr/share/doc/task/rc/solarized-dark-256.theme
#include /usr/share/doc/task/rc/solarized-light-256.theme
#include /usr/share/doc/task/rc/no-color.theme
# For tasksh review
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-6days ) and ( +PENDING or +WAITING )
# Config
list.all.tags=1
list.all.projects=1
# # Default project should be review so that the tag is reviewed and assigned. This is for mobile
# default.project=review
# Custom urgency coefficients
# urgency.user.project.feup.tese.coefficient=2.0 # Deprecated
# Value personal stuff
urgency.user.project.personal.coefficient=1.0
# Especially organization
urgency.user.project.personal.meta-org.coefficient=2.0
# Start with easy things to get going
urgency.user.tag.ezpz.coefficient=2.5
# Review first
urgency.user.tag.review.coefficient=99.0
urgency.user.project.review.coefficient=99.0
# Taskwarrior is nice, and setting up stuff might be boring but is important
urgency.user.tag.tw.coefficient=1.0
news.version=2.6.0