]> git.rmz.io Git - dotfiles.git/blob - task/taskrc
task: set solarized-dark-256 colortheme
[dotfiles.git] / task / taskrc
1 # [Created by task 2.2.0 11/11/2013 08:09:23]
2 # Taskwarrior program configuration file.
3 # For more documentation, see http://taskwarrior.org or try 'man task', 'man task-faq',
4 # 'man task-tutorial', 'man task-color', 'man task-sync' or 'man taskrc'
5
6 # Here is an example of entries that use the default, override and blank values
7 # variable=foo -- By specifying a value, this overrides the default
8 # variable= -- By specifying no value, this means no default
9 # #variable=foo -- By commenting out the line, or deleting it, this uses the default
10
11 # Use the command 'task show' to see all defaults and overrides
12
13 # Files
14 data.location=$XDG_DATA_HOME/task
15 hooks.location=$XDG_CONFIG_HOME/task/hooks
16
17 dateformat=d/m/Y
18
19 # Color theme
20 include /usr/share/doc/task/rc/solarized-dark-256.theme
21
22 default.command=long
23
24
25 dateformat.annotation=d/m/Y
26 dateformat.edit=d/m/Y H:N:S
27 dateformat.info=d/m/Y H:N:S
28 dateformat.report=d/m/Y
29 weekstart=monday
30 taskd.certificate=~/.local/share/task/client.cert.pem
31 taskd.key=~/.local/share/task/client.key.pem
32 taskd.ca=~/.local/share/task/ca.cert.pem
33 taskd.server=rmz.io:32427
34 taskd.credentials=rmz.io/ramsi/34f57726-7ab8-47e5-92e6-eeb4ff01eef6
35 uda.reviewed.type=date
36 uda.reviewed.label=Reviewed
37 report._reviewed.description=Tasksh review report. Adjust the filter to your needs.
38 report._reviewed.columns=uuid
39 report._reviewed.sort=reviewed+,modified+
40 report._reviewed.filter=( reviewed.none: or reviewed.before:now-6days ) and ( +PENDING or +WAITING )