Codebase list debian-goodies / d1427077-c47c-4230-856b-985515555147/main bash_completion / debian-goodies.pkgnames
d1427077-c47c-4230-856b-985515555147/main

Tree @d1427077-c47c-4230-856b-985515555147/main (Download .tar.gz)

debian-goodies.pkgnames @d1427077-c47c-4230-856b-985515555147/mainraw · history · blame

_pkg_names()
{
    local cur prev opts
    COMPREPLY=()
    cur="${COMP_WORDS[COMP_CWORD]}"

    COMPREPLY=( $( apt-cache pkgnames $cur 2> /dev/null ) )

    return 0
} &&
complete -F _pkg_names which-pkg-broke dhomepage debget