OFF | cURL : OFF | WGET : ON | Perl : ON | Python : OFF Directory (0755) : /usr/share/php7.4-xml/../debhelper/../bash-completion/completions/ |
Home | ☍ Command | ☍ Upload File | ☍Info Server | ☍ Buat File | ☍ Mass deface | ☍ Jumping | ☍ Config | ☍ Symlink | ☍ About |
---|
# Qt qdbus, dcop completion -*- shell-script -*- _qdbus() { local cur prev words cword _init_completion || return [[ -n $cur ]] && unset "words[$((${#words[@]}-1))]" COMPREPLY=( $(compgen -W '$(command ${words[@]} 2>/dev/null | \ command sed "s/(.*)//")' -- "$cur") ) } && complete -F _qdbus qdbus dcop # ex: filetype=sh