-
-
Notifications
You must be signed in to change notification settings - Fork 521
Closed
Labels
Milestone
Description
The current config implementation is pretty strict so it can provide proper backwards compatibility.
However this makes it harder to edit the configuration manually since we don't allow extra fields and don't support comments, cf. #1654
Should we change the config format to a simple key-value format (ini-style, no YAML) that supports comments?
It's not trivial since then programmatic changes, e.g. through gopass config foo bar
become more difficult and we'd need to figure out backwards compatibility. But I wonder if there is any need for that at all.