Support for editing .gpg-id via GUI with public keyring list. #23
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is not really a pull request since it does nothing useful.
But i don't know a better idea to make sure people are aware, and give a chance to comment early on.
I've been working a bit on making a user-interface to edit the .gpg-id file.
What I managed so far is creating a dialog with a list of all public keys and checkboxes for them.
The next step would be to read in an existing .gpg-id, set checkboxes according to that, add extra entries if a public key for a user is not available and after the dialog exits writing a new .gpg-id file.
There is a bit of a user-interface issue though, as the current UI makes it look as it is editable per-file, plus I'd prefer to not add code to change all existing files.