summaryrefslogtreecommitdiff
path: root/Completion/Unix/Command/_gpg
AgeCommit message (Collapse)AuthorFilesLines
2025-02-27github #129: fix _gpg completionVadim Misbakh-Soloviov1-2/+6
1) As for now, `--local-user` completion is irrelevant: it completes system users, while gpg expects private keys IDs 2) `secret-keys` completion was also broken and completed nothing. The reason of that to happen was in that fact that it assumed `uid` token would be next after `fpr` (same as it do in public-keys completion), while in current gnupg versions there is at least `grp` token, and potentially can be others. So, instead i+=2 I made `until "uid"` loop.
2023-11-2252315: completion options updateOliver Kiddle1-0/+5
2020-06-26unposted c.f. 46034: workaround incompatibility with sh_file_expansion optionOliver Kiddle1-1/+1
2018-07-0143059: _gpg: Use explicit UIDs for state = public keys.Doron Behar1-7/+55
Use the `--with-colons` option and parse the output according to the format specified in the documentation.
2018-01-0242171: prevent parameters of various parameters from becoming globalEric Cook1-1/+1
2017-09-1841725: assorted minor updates to completion functionsOliver Kiddle1-22/+32
2017-08-2541602 (tweaked): Improve wording in gpg completion.William da Silva1-6/+6
2016-09-22unposted: _gpg: Correct typoAdam Gibbins1-1/+1
Received via github (pull request #9).
2014-11-0933659: use --dump-options to get most of the gpg options to completeOliver Kiddle1-78/+48
2014-11-0833648: _gpg completes for gpg2 as wellBarton E. Schaefer1-1/+1
2011-05-2229328: Another missing backslash in _git, remove some not needed backslashes ↵Mikael Magnusson1-2/+2
in array definitions.
2011-03-16Mikael: users/15875: fix _gpg to use _arguments return statusPeter Stephenson1-3/+3
2010-07-15Michael Hwang: 28075: add gpg-zip completion and other improvements to _gpgDoug Kearns1-126/+201
2009-11-2027417: fix completion after gpg --verify-files.Clint Adams1-2/+2
2008-07-2325328: fix --recv-keys and --send-keys to complete key IDs instead of uid ↵Clint Adams1-2/+6
email addresses.
2008-03-07Richard Hartmann: 24631: gpg completion updatePeter Stephenson1-4/+5
2006-10-0322810: fix malformed --encrypt-to lineClint Adams1-1/+1
2006-08-01users/10564: _gpg key ring fixPeter Stephenson1-3/+20
2005-07-1021416: cope with an equals sign after gpg --keyring.Clint Adams1-1/+1
2004-03-0519540: fix completion to use states and complete .wav files for mplayerOliver Kiddle1-27/+27
2004-02-2619468: capitalize URL abbreviation in completion descriptionsDoug Kearns1-1/+1
2003-06-2518631: returning too early breaks prefix-needed style set to falseOliver Kiddle1-3/+3
2003-05-1218520: add a bunch of old new completions (had all been left unfinished awhile)Oliver Kiddle1-0/+157