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'
 
   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
 
  11 # Use the command 'task show' to see all defaults and overrides
 
  14 data.location=$XDG_DATA_HOME/task
 
  15 hooks.location=$XDG_CONFIG_HOME/task/hooks
 
  20 include /usr/share/doc/task/rc/solarized-dark-256.theme
 
  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
 
  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 )