Switch to user_config_dir - #6
Conversation
|
It looks like
Opened ActiveState/appdirs#185 about that |
|
appdirs doesn't really seem to be maintained. Should another library be used instead? |
|
Could do that if there's a good alternative out there |
|
Yeah, I looked around and couldn't find anything 🤷. I'll make a PR and hope it gets noticed. |
|
I doubt the PR will get any attention, so I just made a special case for macOS. |
|
It actually looks like using platformdirs is a good alternative. They have the same problem, but it's being maintained - opened tox-dev/platformdirs#98 I also think the roaming folder should probably be used on Windows |
|
I wonder if these projects would even be willing to make such a change, given how old they are. |
|
We'd have to see what they say in the issue I suppose In the meantime it would be fine to keep the special macOS handling |
|
I'm not familiar with macOS, the path would be |
|
Reverse domain name notation is used sometimes (I use |
|
So just |
|
yeah, and that's also what's used currently |
|
Alright, should be good now. |
I think these files are better suited for the config dir. I'm always going there looking for the files and getting thrown off when I can't find them 😅.