Codebase list debian-goodies / 3c282fb0-8a01-4e51-9b9c-37edc06a2272/main bash_completion / debian-goodies.pkgnames
3c282fb0-8a01-4e51-9b9c-37edc06a2272/main

Tree @3c282fb0-8a01-4e51-9b9c-37edc06a2272/main (Download .tar.gz)

debian-goodies.pkgnames @3c282fb0-8a01-4e51-9b9c-37edc06a2272/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