[pacman-dev] [PATCH] zsh_completion: add -q/--quiet for -Q/-S
From: Daniel Hahler <git@thequod.de> This should also be added for "-Fh", but that is missing completely in zsh_completion. 1: https://lists.archlinux.org/pipermail/pacman-dev/2015-November/020538.html Signed-off-by: Daniel Hahler <git@thequod.de> --- contrib/zsh_completion.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/contrib/zsh_completion.in b/contrib/zsh_completion.in index 0db26b2..58d409a 100644 --- a/contrib/zsh_completion.in +++ b/contrib/zsh_completion.in @@ -65,6 +65,7 @@ _pacman_opts_query_modifiers=( {-l,--list}'[List package contents]' {-m,--foreign}'[List installed packages not found in sync db(s)]' {-n,--native}'[List installed packages found in sync db(s)]' + {-q,--quiet}'[Show less information for query and search]' {-t,--unrequired}'[List packages not required by any package]' {-u,--upgrades}'[List packages that can be upgraded]' ) @@ -104,6 +105,7 @@ _pacman_opts_sync_modifiers=( {\*-i,\*--info}'[View package information]' {-l,--list}'[List all packages in a repository]' {-p,--print}'[Print download URIs for each package to be installed]' + {-q,--quiet}'[Show less information for query and search]' {\*-u,\*--sysupgrade}'[Upgrade all out-of-date packages]' {-w,--downloadonly}'[Download packages only]' {\*-y,\*--refresh}'[Download fresh package databases]' -- 2.6.4
On 24/12/15 04:56, genml+pacman-dev@thequod.de wrote:
From: Daniel Hahler <git@thequod.de>
This should also be added for "-Fh", but that is missing completely in zsh_completion.
1: https://lists.archlinux.org/pipermail/pacman-dev/2015-November/020538.html
Signed-off-by: Daniel Hahler <git@thequod.de> ---
Thanks. Do you feel like adding -F there too? A
On 01.01.2016 04:01, Allan McRae wrote:
This should also be added for "-Fh", but that is missing completely in zsh_completion.
Thanks. Do you feel like adding -F there too?
Sorry for the late reply - I've missed that mail before. I could do it, but then it's probably easier for you to do it when applying the patch. Thanks, Daniel.
On 26/01/16 05:12, Daniel Hahler wrote:
On 01.01.2016 04:01, Allan McRae wrote:
This should also be added for "-Fh", but that is missing completely in zsh_completion.
Thanks. Do you feel like adding -F there too?
Sorry for the late reply - I've missed that mail before.
I could do it, but then it's probably easier for you to do it when applying the patch.
I personally dislike zsh, so it won't get done if it is up to me... A
participants (3)
-
Allan McRae
-
Daniel Hahler
-
genml+pacman-dev@thequod.de