31 lines
1.2 KiB
INI
31 lines
1.2 KiB
INI
# vim: set ft=dosini :
|
|
# [Created by task 2.5.1 4/26/2020 18:33:44]
|
|
# 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=$XDG_DATA_HOME/task
|
|
hooks.location=$XDG_CONFIG_HOME/task/hooks
|
|
|
|
news.version=3.3.0
|
|
|
|
# Report specifically for displaying my in-progress task in the shell prompt, as a quick reminder
|
|
report.progress.description=Tasks currently in progress
|
|
report.progress.columns=id,description.truncated
|
|
report.progress.filter=status:pending and +ACTIVE
|
|
|
|
# Sync!
|
|
sync.server.url=https://task.00dani.me
|
|
sync.server.client_id=13e0af9b-05bf-4742-a54a-506306c79bb0
|
|
include $XDG_CONFIG_HOME/task/taskd.credentials
|
|
|
|
recurrence=0
|
|
include $XDG_CONFIG_HOME/task/taskrc.local
|