diff options
| author | twells46 <173561638+twells46@users.noreply.github.com> | 2025-12-31 13:28:05 -0600 |
|---|---|---|
| committer | twells46 <173561638+twells46@users.noreply.github.com> | 2025-12-31 13:28:05 -0600 |
| commit | 2140ab51deed88e90eafebf9520fa5f9995dc7c9 (patch) | |
| tree | 03cf1dcd2900495c1efb79aaa85f3254ecd5fb87 /dot_config/task/taskrc | |
| parent | ff8f50638e4b17a9d7cc88d2f0d9560b7effce39 (diff) | |
Migrate from stow
Diffstat (limited to 'dot_config/task/taskrc')
| -rw-r--r-- | dot_config/task/taskrc | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/dot_config/task/taskrc b/dot_config/task/taskrc new file mode 100644 index 0000000..4ccfa53 --- /dev/null +++ b/dot_config/task/taskrc @@ -0,0 +1,38 @@ +# [Created by task 3.4.1 8/21/2025 09:11:38] +news.version=3.4.1 + +# To use the default location of the XDG directories, +# move this configuration file from ~/.taskrc to ~/.config/task/taskrc and update location config as follows: + +data.location=~/.local/share/task +hooks.location=~/.config/task/hooks + +# Color theme (uncomment one to use) +#include light-16.theme +include light-256.theme +#include bubblegum-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 + +default.command=tw + +#uda.gtd.type=string +#uda.gtd.label=Status +#uda.gtd.values=later,now,done + +report.tw.description=List of open tasks doing now +report.tw.columns=id,depends,priority,project,tags,scheduled.countdown,due,until.remaining,description.count,urgency +report.tw.labels=ID,Deps,Priority,Project,Tags,Scheduled,Due,Until,Description,Urg +report.tw.sort=tags+/,urgency-,entry+,start-,due+,project+ +report.tw.filter=status:pending +nag= |