78 lines
		
	
	
	
		
			2.9 KiB
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			78 lines
		
	
	
	
		
			2.9 KiB
		
	
	
	
		
			Text
		
	
	
	
	
	
 | 
						|
# [Created by task 2.5.1 8/22/2016 14:01:12]
 | 
						|
# 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=~/.local/share/task/
 | 
						|
hooks.location=~/.config/task/hooks/
 | 
						|
 | 
						|
# Color theme (uncomment one to use)
 | 
						|
 | 
						|
#include /usr/share/task/dark-16.theme
 | 
						|
#dark256 is decent
 | 
						|
#include /usr/share/task/dark-256.theme
 | 
						|
#PICK dark-blue-256 if in doubt
 | 
						|
#include /usr/share/task/dark-blue-256.theme
 | 
						|
##This next one is the best guess so far
 | 
						|
####include /usr/share/task/dark-gray-256.theme
 | 
						|
#The active task on dark gray blue is too hard to read
 | 
						|
#include /usr/share/task/dark-gray-blue-256.theme
 | 
						|
#include /usr/share/task/dark-green-256.theme
 | 
						|
#include /usr/share/task/dark-red-256.theme
 | 
						|
#include /usr/share/task/dark-violets-256.theme
 | 
						|
## dark yellow green looks better than you'd think
 | 
						|
#include /usr/share/task/dark-yellow-green.theme
 | 
						|
#include /usr/share/task/light-16.theme
 | 
						|
# The ones below this line officially look like ass
 | 
						|
#include /usr/share/task/solarized-dark-256.theme
 | 
						|
#include /usr/share/task/solarized-light-256.theme
 | 
						|
#include /usr/share/task/light-256.theme
 | 
						|
#include /usr/share/task/no-color.theme
 | 
						|
include ~/projects/arachnitech/tw-spaceduck/spaceduck.theme
 | 
						|
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 )
 | 
						|
uda.evernote.type=string
 | 
						|
uda.evernote.label=Evernote
 | 
						|
uda.messageid.type=string
 | 
						|
uda.messageid.label=Message-ID
 | 
						|
uda.joplin.type=string
 | 
						|
uda.joplin.label=Joplin
 | 
						|
uda.status_report.type=string
 | 
						|
uda.status_report.label=status_report
 | 
						|
uda.status_report.values=display,hide
 | 
						|
uda.status_report.default=display
 | 
						|
verbose=no
 | 
						|
report.simple.description=Simple list of open tasks by project
 | 
						|
report.simple.columns=id,project,description.count
 | 
						|
report.simple.labels=ID,Proj,Desc
 | 
						|
report.simple.sort=project+\/,entry+
 | 
						|
report.simple.filter=status:pending
 | 
						|
complete.all.tags=yes
 | 
						|
active.indicator=▸
 | 
						|
recurrence.indicator=♺
 | 
						|
nag=
 | 
						|
dateformat=Y-M-DTH:N
 | 
						|
context.work.read=+work -home or -TAGGED
 | 
						|
context.work.write=+work
 | 
						|
context.home.read=+home -work or -TAGGED
 | 
						|
context.home.write=+home
 | 
						|
taskd.certificate=/home/kellya/.task/private.certificate.pem
 | 
						|
taskd.key=/home/kellya/.task/private.key.pem
 | 
						|
taskd.ca=/home/kellya/.task/ca.cert.pem
 | 
						|
taskd.server=inthe.am:53589
 | 
						|
taskd.credentials=inthe_am/kellya/610917c8-9119-4b59-b87e-d886c2e08bf0
 | 
						|
taskd.trust=strict
 | 
						|
context=work
 |