GothenburgBitFactory / GothenburgBitFactory/timewarrior
Allow for relative path names for import statements, for instance, themes
- Dominant language
- C++
- Stars
- 1.7k
- Forks
- 117
- Avg merge
- 1d 7h
- Merged PRs (30d)
- 5
Description
Currently all import statements appear to be limited to absolute paths.
I use timewarrior/taskwarrior on Ubuntu linux, but also on my Mac. The home directories are slightly different so it'd be nice to allow for one config file to be used on both for ease of use and consistency. However, I seem to have to create a separate absolute path entry for my Mac then for my Ubuntu machine
```
Currently required:
# import /home/arooni/.timewarrior/dark.theme
#import /Users/arooni/.timewarrior/dark.theme
```
I have to comment out one entry depending on which platform. Relative path support would solve this
Contributor guide
Assessment
This issue has not been assessed yet.