tasklib icon indicating copy to clipboard operation
tasklib copied to clipboard

fix(backend): expand vars for rc and data location

Open npoirot opened this issue 2 years ago • 0 comments

When passing an environment variable such as $XDG_CONFIG_HOME or $XDG_DATA_HOME to a TaskWarrior instance of the library, the variables are not expanded leading to ignoring rc_location or creating a path like '~/$XDG_DATA_HOME'.

Encountered this behavior using taskwiki vim plugin which does not expand any variables either.

npoirot avatar May 10 '23 20:05 npoirot