-
Notifications
You must be signed in to change notification settings - Fork 549
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
mcli should respect XDG basedirs for storing its configuration #3627
Comments
This is something we can take a look but we would want to keep previous functionality so it may be good idea to have fallbacks for Linux. |
This will require moving the config to not break existing installs on update. |
Maybe we can do as a fallback better. I mean the last check will be ~/.mc/ |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed after 21 days if no further activity occurs. Thank you for your contributions. |
Don't run bots like that, jeesh |
phew... I'm also waiting for this one. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed after 21 days if no further activity occurs. Thank you for your contributions. |
Don't run bots like that, jeesh |
I sent a PR for this. But I am not sure if we are going to merge it.
We receive a lot of issues and we cannot process all of them. It makes sense that a bot helps us here :) |
Those bots are an anti-feature which communicates a lack of investment from maintainers in their community. You should triage issues and close them when you know they're not a good idea, and otherwise leave them open. Having a lot of open issues is not a mark of shame. |
How we manage the issues is our internal requirement, bots will run as per our requirement. |
Is your feature request related to a problem? Please describe.
mcli should not store its configuration in the
~/.*
namespace on Unix systems.Describe the solution you'd like
mcli should respect the XDG basedirs spec, using
$XDG_CONFIG_HOME/mcli
if set, and falling back to~/.config/mcli
if not. It can read~/.mcli
as a last resort to avoid breaking the config for users who have already set it up, but it should not create new files there by default anymore.The text was updated successfully, but these errors were encountered: