We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi! It would be great if this library supported global config directories... My idea is:
/etc/_project_path_
/usr/local/etc/_project_path_
%ProgramData%\_project_path_\config
MacOS implementation challenges:
project_dirs_from_path
_project_path_
/etc/
/usr/local/etc
Another idea would be to use /Library/Application Support instead...
/Library/Application Support
Kind of related to #78
The text was updated successfully, but these errors were encountered:
One thing to add here is that the actual xdg spec uses XDG_CONFIG_DIRS which is /etc/xdg by default.
XDG_CONFIG_DIRS
/etc/xdg
Sorry, something went wrong.
These are all related: #87 #78 #58
No branches or pull requests
Hi! It would be great if this library supported global config directories... My idea is:
/etc/_project_path_
/etc/_project_path_
or/usr/local/etc/_project_path_
(if installed via homebrew)%ProgramData%\_project_path_\config
MacOS implementation challenges:
project_dirs_from_path
, which makes it hard to get the_project_path_
./etc/
to/usr/local/etc
?Another idea would be to use
/Library/Application Support
instead...Kind of related to #78
The text was updated successfully, but these errors were encountered: