-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.taskrc
57 lines (45 loc) · 1.83 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
# [Created by task 2.6.2 11/22/2023 17:30:49]
# Taskwarrior program configuration file.
# For more documentation, see https://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
# You can also refence environment variables:
# variable=$HOME/task
# variable=$VALUE
# Use the command 'task show' to see all defaults and overrides
# Files
data.location=/home/iperez/.task
#data.location=~/.local/share/task
#hooks.location=~/.config/task/hooks
# Color theme (uncomment one to use)
#include light-16.theme
#include light-256.theme
#include dark-16.theme
#include dark-256.theme
#include dark-red-256.theme
#include dark-green-256.theme
#include dark-blue-256.theme
#include dark-violets-256.theme
#include dark-yellow-green.theme
#include dark-gray-256.theme
#include dark-gray-blue-256.theme
#include solarized-dark-256.theme
#include solarized-light-256.theme
#include no-color.theme
include ~/.task/themes/sky-fedora.theme
news.version=3.0.2
context.Ignis.read=project:Ignis
context.Ignis.write=project:Ignis
uda.totalactivetime.type=duration
uda.totalactivetime.label=Total active time
uda.totalactivetime.values=
report.list.labels=ID,Active,Age,Time Spent,...,Urg
report.list.columns=id,start.age,entry.age,totalactivetime,...,urgency
uda.custom_id.type=string
uda.custom_id.label=Custom Id
uda.custom_id.default=
report.work.columns=id,project,description,priority,status,tags,custom_id
report.work.labels=ID,Project,Description,Priority,Status,Tags,Custom ID
report.work.filter=project:work and status != deleted