You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
91 lines
2.8 KiB
91 lines
2.8 KiB
# info {{{ #
|
|
|
|
# [Created by task 2.5.1 9/3/2019 01:25:18]
|
|
# 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
|
|
|
|
# }}} info #
|
|
|
|
data.location=~/.task
|
|
# rc.debug=1
|
|
|
|
# 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
|
|
|
|
# color.blocking=color1 on color15
|
|
|
|
# }}}
|
|
|
|
# server {{{ #
|
|
|
|
taskd.certificate=\/home\/kevin\/.task\/do.cert.pem
|
|
taskd.key=\/home\/kevin\/.task\/do.key.pem
|
|
taskd.ca=\/home\/kevin\/.task\/ca.cert.pem
|
|
taskd.server=taskd.khkm.gq:53589
|
|
taskd.credentials=Hevin\/Kevin\/eb6225dc-80fb-4721-8b03-9114c6c4423d
|
|
|
|
# }}} server #
|
|
|
|
# urgency {{{ #
|
|
|
|
urgency.due.coefficient=18
|
|
urgency.user.project.codm.coefficient=2
|
|
urgency.user.project.crim.coefficient=1
|
|
urgency.user.project.fn.coefficient=5
|
|
urgency.user.project.mny.coefficient=10
|
|
urgency.user.project.ms.coefficient=3
|
|
urgency.user.project.pey.coefficient=10
|
|
urgency.user.project.pogo.coefficient=0
|
|
urgency.user.project.sch.coefficient=7
|
|
urgency.uda.priority.H.coefficient=10
|
|
urgency.uda.priority.M.coefficient=4
|
|
urgency.uda.priority.L.coefficient=-7
|
|
urgency.uda.priority..coefficient=1
|
|
urgency.user.tag.helm.coefficient=5
|
|
urgency.user.tag.jira.coefficient=5
|
|
# urgency.user.tag.nx.coefficient=15
|
|
urgency.user.tag.nexus.coefficient=3
|
|
|
|
report.ready.sort=urgency-
|
|
|
|
# }}} urgency #
|
|
|
|
# context {{{ #
|
|
|
|
# context.home=project.not:ieas project.not:out project.not:sch tag.not:amn
|
|
context.home=project.not:ieas project.not:out
|
|
context.ieas=project:ieas
|
|
context.not-pey=project.not:pey project.not:sch
|
|
context.out=project:out
|
|
context.mny=project:mny
|
|
context.pey=project:pey
|
|
context.sch=project:sch
|
|
|
|
# context=home
|
|
# context=out
|
|
context=sch
|
|
# context=mny
|
|
# context=pey
|
|
# context=not-pey
|
|
# }}} context #
|