Codebase list debian-goodies / 412bdc6 bash_completion / debian-goodies.pkgnames
412bdc6

Tree @412bdc6 (Download .tar.gz)

debian-goodies.pkgnames @412bdc6raw · 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