Skip to content
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

[Enhancement] Separate config from metadata #115

Open
YarnSphere opened this issue Feb 11, 2020 · 1 comment
Open

[Enhancement] Separate config from metadata #115

YarnSphere opened this issue Feb 11, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@YarnSphere
Copy link

The metadata being in the same file as the rest of the configuration makes it awkward to manage the config: as I'm sure many do, I manage the configuration for programs/tools I use by tracking it within a Git repo. Having the file change whenever there is a new connection is a bit annoying.

Except for maybe being a bit more annoying to handle in code, I don't think there would be any downsides to simply separating the file in two: pvpn-cli.cfg and pvpn-cli-meta.cfg or something along those lines.

Thoughts?

@YarnSphere YarnSphere added the enhancement New feature or request label Feb 11, 2020
@Rafficer
Copy link
Owner

Not a bad idea. This could go hand in hand with the changes proposed in #96. Would also make it possible to switch the metadata file to json, which would preserve value types.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants