-
Notifications
You must be signed in to change notification settings - Fork 137
New issue
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
Support config location "~/.config/pueue/pueue.yml" also for macOS #464
Comments
Sadly, the However, you can easily achieve this by just using an alias and setting the configuration directory manually.
|
Maybe add an environment variable |
That sounds reasonable to me :) Could you check out the linked MR? I went ahead and implemented the feature as requested. |
Ping @meseck |
I really appreciate this solution. Thank you for your effort! Just like how Just one small thing: to be super explicit that the environment variable expects a path (and not already config properties), what do you think of naming it |
I like that proposal. |
Didn't make it into the readme/wiki 🫣 |
Feel free to update the wiki :). Everybody can edit it! |
A detailed description of the feature you would like to see added.
Also on macOS, the "~/.config" folder is essentially the "home folder" for config files for most CLI tools available today.
Explain your usecase of the requested feature
The "~/.config" folder is a very convenient place to manage and then back up your personal dotfiles.
Alternatives
I could symlink "~/Library/Application Support/pueue/pueue.yml" directory to "~/.config/pueue/pueue.yml".
But then I lose the portability of this config file to other Unix systems. :/
Additional context
No response
The text was updated successfully, but these errors were encountered: