Skip to content

Instantly share code, notes, and snippets.

@onlyphantom
Created March 21, 2022 06:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save onlyphantom/ab4259c56bd031339d5c14b42048b0f7 to your computer and use it in GitHub Desktop.
Save onlyphantom/ab4259c56bd031339d5c14b42048b0f7 to your computer and use it in GitHub Desktop.
Samuel's taskwarrior configuration file
# [Created by task 2.5.1 3/9/2022 15:39:38]
# 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=~/vaults/tasks
# Color theme (uncomment one to use)
#include /usr/share/taskwarrior/light-16.theme
#include /usr/share/taskwarrior/light-256.theme
#include /usr/share/taskwarrior/dark-16.theme
#include /usr/share/taskwarrior/dark-256.theme
#include /usr/share/taskwarrior/dark-red-256.theme
#include /usr/share/taskwarrior/dark-green-256.theme
#include /usr/share/taskwarrior/dark-blue-256.theme
#include /usr/share/taskwarrior/dark-violets-256.theme
#include /usr/share/taskwarrior/dark-yellow-green.theme
include /usr/share/taskwarrior/dark-gray-256.theme
#include /usr/share/taskwarrior/dark-gray-blue-256.theme
#include /usr/share/taskwarrior/solarized-dark-256.theme
#include /usr/share/taskwarrior/solarized-light-256.theme
#include /usr/share/taskwarrior/no-color.theme
# custom theme
# include ~/vaults/tw-nord.theme
urgency.annotations.coefficient=0
urgency.tags.coefficient=0
urgency.project.coefficient=0
urgency.user.project.Algoritma.coefficient=1
urgency.user.project.Supertype.coefficient=1
uda.effort.type=string
uda.effort.label=Effort
uda.effort.values=s,m,l,xl,xxl
urgency.uda.effort.s.coefficient=1.5
urgency.uda.effort.m.coefficient=1.1
urgency.uda.effort.l.coefficient=1
urgency.uda.effort.xl.coefficient=0
urgency.uda.effort.xxl.coefficient=-0.2
color.uda.effort.s=color180
color.uda.effort.m=color210
color.uda.effort.l=color255
color.uda.effort.xl=color255
color.uda.effort.xxl=color255
uda.score.type=numeric
uda.score.label=Score 🏆
urgency.uda.score.coefficient=2
color.project.Supertype=black on blue
color.project.Algoritma=black on blue
# Case insensitive searcg
search.case.sensitive=no
# add effort and score in our 'next' report
report.next.labels=ID,Active,Age,Deps,P,💪,Project,Tag,Recur,S,Due,Until,Description,Urg,🏆
report.next.columns=id,start.age,entry.age,depends,priority,effort,project,tags,recur,scheduled.countdown,due.relative,until.remaining,description,urgency,score
news.version=2.6.0
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 )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment