feat(task): taskwarrior and taskwarrior-deluxe
This commit is contained in:
parent
a4fe39a907
commit
4baabc8324
2 changed files with 59 additions and 0 deletions
44
.taskrc
Normal file
44
.taskrc
Normal file
|
|
@ -0,0 +1,44 @@
|
||||||
|
# [Created by task 2.6.2 8/5/2023 09:21:59]
|
||||||
|
# Taskwarrior program configuration file.
|
||||||
|
# For more documentation, see https://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
|
||||||
|
|
||||||
|
# You can also refence environment variables:
|
||||||
|
# variable=$HOME/task
|
||||||
|
# variable=$VALUE
|
||||||
|
|
||||||
|
# Use the command 'task show' to see all defaults and overrides
|
||||||
|
|
||||||
|
# Files
|
||||||
|
data.location=/Users/nojhan/.task
|
||||||
|
|
||||||
|
# To use the default location of the XDG directories,
|
||||||
|
# move this configuration file from ~/.taskrc to ~/.config/task/taskrc and uncomment below
|
||||||
|
|
||||||
|
#data.location=~/.local/share/task
|
||||||
|
#hooks.location=~/.config/task/hooks
|
||||||
|
|
||||||
|
report.list.columns=id,priority,description,project,tags,due
|
||||||
|
|
||||||
|
# Color theme (uncomment one to use)
|
||||||
|
#include light-16.theme
|
||||||
|
#include light-256.theme
|
||||||
|
#include dark-16.theme
|
||||||
|
#include dark-256.theme
|
||||||
|
#include dark-red-256.theme
|
||||||
|
#include dark-green-256.theme
|
||||||
|
#include dark-blue-256.theme
|
||||||
|
#include dark-violets-256.theme
|
||||||
|
#include dark-yellow-green.theme
|
||||||
|
#include dark-gray-256.theme
|
||||||
|
#include dark-gray-blue-256.theme
|
||||||
|
#include solarized-dark-256.theme
|
||||||
|
#include solarized-light-256.theme
|
||||||
|
#include no-color.theme
|
||||||
|
|
||||||
|
confirmation=off
|
||||||
15
.twdrc
Normal file
15
.twdrc
Normal file
|
|
@ -0,0 +1,15 @@
|
||||||
|
|
||||||
|
list.filtered=no
|
||||||
|
|
||||||
|
layout.subsections = Vertical
|
||||||
|
layout.subsections.group = priority
|
||||||
|
layout.sections.group.show = H,M,L,
|
||||||
|
|
||||||
|
layout.sections = Horizontal
|
||||||
|
layout.sections.group = status
|
||||||
|
layout.sections.group.show = pending,started
|
||||||
|
|
||||||
|
layout.stack.sort=urgency
|
||||||
|
|
||||||
|
include ~/code/taskwarrior-deluxe/presets/colors_nojhan.conf
|
||||||
|
include ~/code/taskwarrior-deluxe/presets/icons_ascii.conf
|
||||||
Loading…
Add table
Add a link
Reference in a new issue