Open ferdinandyb opened 1 year ago
Thanks for opening an issue. I agree, a separate configuration to house taskwarrior-tui
related settings would be cleaner even if it caused no issues with any other software. I wish I did it from the get go, but alas, hindsight is 20-20.
I think for backwards compatibility I might have to still support this but my plan is to encourage moving taskwarrior-tui
related settings to a separate file.
Description
taskwarrior-tui
currently uses non-standarduda
fields for configuring itself. Althoughtaskwarrior
currently does not trip up on this, I think this is in general not a good idea:vit
,bugwarrior
)uda
fields to follow thetaskwarrior
docs: vit-project/vit#343Solution
Either move and "extra",
taskwarrior-tui
specific settings to an external configuration file~/.config/taskwarrior-tui/config
likeit
andbugwarrior
. You can do this backwards compatible, by checking for the existence of the configuration file and only look foruda.taskwarrior-tui
entries if the file doesn't exist.I checked if a top-level
taskwarrior-tui
entry could work, like fortaskd
, buttaskwarrior
didn't like that.