# HG changeset patch # User Oleksandr Gavenko # Date 1486676887 -7200 # Node ID b8ac1e0a719a1c75f09a53c300cbea13818391e5 # Parent b7c18fdcc666434e49eea52930b1655a5c8bd9f3 "listall" can benefit from pkg name completion. diff -r b7c18fdcc666 -r b8ac1e0a719a .bash_completion.d/apt-cyg --- a/.bash_completion.d/apt-cyg Thu Feb 09 15:23:41 2017 +0200 +++ b/.bash_completion.d/apt-cyg Thu Feb 09 23:48:07 2017 +0200 @@ -11,10 +11,10 @@ fi local _cmd=${COMP_WORDS[1]} case "$_cmd" in - install|remove|download|show|depends|rdepends) + install|remove|download|show|depends|rdepends|listfiles) COMPREPLY=( $(apt-cyg listall ^"$cur") ) return 0 ;; - update|list|listall|category|listfiles|search|searchall|mirror) + update|list|listall|category|search|searchall|mirror) COMPREPLY=( ) return 0 ;; cache)