Codebase list debian-goodies / cd8031d8-1af8-415f-8a03-cc23cd1c98fb/main bash_completion / debian-goodies.pkgnames
cd8031d8-1af8-415f-8a03-cc23cd1c98fb/main

Tree @cd8031d8-1af8-415f-8a03-cc23cd1c98fb/main (Download .tar.gz)

debian-goodies.pkgnames @cd8031d8-1af8-415f-8a03-cc23cd1c98fb/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