Vadim Misbakh-Soloviov
1818323f45
github #129 : fix _gpg completion
...
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.
2025-02-27 16:07:36 +01:00
Oliver Kiddle
6aa15f57fd
52315: completion options update
2023-11-22 00:07:37 +01:00
Oliver Kiddle
d14a924c37
unposted c.f. 46034: workaround incompatibility with sh_file_expansion option
2020-06-26 00:46:00 +02:00
Doron Behar
e96e45ba98
43059: _gpg: Use explicit UIDs for state = public keys.
...
Use the `--with-colons` option and parse the output according to the
format specified in the documentation.
2018-07-01 16:27:08 +00:00
Eric Cook
99cf61fd42
42171: prevent parameters of various parameters from becoming global
2018-01-02 14:38:03 -05:00
Oliver Kiddle
b138acf42e
41725: assorted minor updates to completion functions
2017-09-18 15:53:29 +02:00
William da Silva
dd2e003c8e
41602 (tweaked): Improve wording in gpg completion.
2017-08-25 15:29:36 +00:00
Adam Gibbins
4e51079f0b
unposted: _gpg: Correct typo
...
Received via github (pull request #9 ).
2016-09-22 11:20:41 +00:00
Oliver Kiddle
82aa706cbf
33659: use --dump-options to get most of the gpg options to complete
2014-11-09 17:19:37 +01:00
Barton E. Schaefer
63f3030aaa
33648: _gpg completes for gpg2 as well
2014-11-08 12:23:29 -08:00
Mikael Magnusson
59a0b52e61
29328: Another missing backslash in _git, remove some not needed backslashes in array definitions.
2011-05-22 02:13:55 +00:00
Peter Stephenson
b9cdf11d4f
Mikael: users/15875: fix _gpg to use _arguments return status
2011-03-16 14:22:56 +00:00
Doug Kearns
39f8865732
Michael Hwang: 28075: add gpg-zip completion and other improvements to _gpg
2010-07-15 03:16:43 +00:00
Clint Adams
f1a8b0ca38
27417: fix completion after gpg --verify-files.
2009-11-20 23:01:17 +00:00
Clint Adams
4ecc91742c
25328: fix --recv-keys and --send-keys to complete key IDs instead of uid email addresses.
2008-07-23 00:34:04 +00:00
Peter Stephenson
318119bda7
Richard Hartmann: 24631: gpg completion update
2008-03-07 10:43:40 +00:00
Clint Adams
4b65fe8966
22810: fix malformed --encrypt-to line
2006-10-03 15:59:39 +00:00
Peter Stephenson
f34e095f4b
users/10564: _gpg key ring fix
2006-08-01 11:31:22 +00:00
Clint Adams
aa75b34156
21416: cope with an equals sign after gpg --keyring.
2005-07-10 12:03:14 +00:00
Oliver Kiddle
4788a4fac3
19540: fix completion to use states and complete .wav files for mplayer
2004-03-05 13:25:26 +00:00
Doug Kearns
060e8f4eed
19468: capitalize URL abbreviation in completion descriptions
2004-02-26 12:57:21 +00:00
Oliver Kiddle
a267832ddf
18631: returning too early breaks prefix-needed style set to false
2003-06-25 09:03:04 +00:00
Oliver Kiddle
860764b30a
18520: add a bunch of old new completions (had all been left unfinished awhile)
2003-05-12 10:37:47 +00:00