Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2025-02-27 | github #129: fix _gpg completion | Vadim Misbakh-Soloviov | 1 | -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-22 | 52315: completion options update | Oliver Kiddle | 1 | -0/+5 | |
2020-06-26 | unposted c.f. 46034: workaround incompatibility with sh_file_expansion option | Oliver Kiddle | 1 | -1/+1 | |
2018-07-01 | 43059: _gpg: Use explicit UIDs for state = public keys. | Doron Behar | 1 | -7/+55 | |
Use the `--with-colons` option and parse the output according to the format specified in the documentation. | |||||
2018-01-02 | 42171: prevent parameters of various parameters from becoming global | Eric Cook | 1 | -1/+1 | |
2017-09-18 | 41725: assorted minor updates to completion functions | Oliver Kiddle | 1 | -22/+32 | |
2017-08-25 | 41602 (tweaked): Improve wording in gpg completion. | William da Silva | 1 | -6/+6 | |
2016-09-22 | unposted: _gpg: Correct typo | Adam Gibbins | 1 | -1/+1 | |
Received via github (pull request #9). | |||||
2014-11-09 | 33659: use --dump-options to get most of the gpg options to complete | Oliver Kiddle | 1 | -78/+48 | |
2014-11-08 | 33648: _gpg completes for gpg2 as well | Barton E. Schaefer | 1 | -1/+1 | |
2011-05-22 | 29328: Another missing backslash in _git, remove some not needed backslashes ↵ | Mikael Magnusson | 1 | -2/+2 | |
in array definitions. | |||||
2011-03-16 | Mikael: users/15875: fix _gpg to use _arguments return status | Peter Stephenson | 1 | -3/+3 | |
2010-07-15 | Michael Hwang: 28075: add gpg-zip completion and other improvements to _gpg | Doug Kearns | 1 | -126/+201 | |
2009-11-20 | 27417: fix completion after gpg --verify-files. | Clint Adams | 1 | -2/+2 | |
2008-07-23 | 25328: fix --recv-keys and --send-keys to complete key IDs instead of uid ↵ | Clint Adams | 1 | -2/+6 | |
email addresses. | |||||
2008-03-07 | Richard Hartmann: 24631: gpg completion update | Peter Stephenson | 1 | -4/+5 | |
2006-10-03 | 22810: fix malformed --encrypt-to line | Clint Adams | 1 | -1/+1 | |
2006-08-01 | users/10564: _gpg key ring fix | Peter Stephenson | 1 | -3/+20 | |
2005-07-10 | 21416: cope with an equals sign after gpg --keyring. | Clint Adams | 1 | -1/+1 | |
2004-03-05 | 19540: fix completion to use states and complete .wav files for mplayer | Oliver Kiddle | 1 | -27/+27 | |
2004-02-26 | 19468: capitalize URL abbreviation in completion descriptions | Doug Kearns | 1 | -1/+1 | |
2003-06-25 | 18631: returning too early breaks prefix-needed style set to false | Oliver Kiddle | 1 | -3/+3 | |
2003-05-12 | 18520: add a bunch of old new completions (had all been left unfinished awhile) | Oliver Kiddle | 1 | -0/+157 | |