bash-completion icon indicating copy to clipboard operation
bash-completion copied to clipboard

feat: gpg option arg completion improvements

Open scop opened this issue 2 years ago • 1 comments

Contains a somewhat unrelated style change which I'm too lazy to submit separately :P

scop avatar Feb 20 '22 18:02 scop

I'm not familiar with these GPG keys but it seems there are more options that receive keys as arguments.

  • --list-keys / -k / --list-public-keys, --list-secret-keys / -K ... optionally receive keys as arguments?
  • --locate-external-keys ... synonym to --locate-keys
  • --delete-secret-keys
  • --search-keys
  • --export-secret-keys, --export-secret-subkeys, --export-ssh-key ... some variants of --export, but it is not explicit whether they accept keys in arguements.
  • --try-secret-key

akinomyoga avatar Feb 24 '22 02:02 akinomyoga

Thanks! Added all but --export-ssh-key, as I didn't have any keys around it would work with.

scop avatar Dec 04 '22 09:12 scop