Since it was annoying me, I have made bash tab completion file for djview. Not sure if this could be added to official packages. To use it, simply copy it to /usr/share/bash-completion/completions/djview4 . You should also symlink djview to djview4 in that directory. The file as follows: # djview4(1) completion -*- shell-script -*- _djview4() { local cur prev words cword split _init_completion -s || return case $prev in -'?'|-help|--help) return ;; esac $split && return if [[ $cur == -* ]]; then...
Since it was annoying me, I have made bash tab completion file for djview. Not sure if this could be added to official packages. To use it, simply copy it to /usr/share/bash-completion/completions/djview4 . You should also symlink djview to sjview4 in that directory. The file as follows: # djview4(1) completion -*- shell-script -*- _djview4() { local cur prev words cword split _init_completion -s || return case $prev in -'?'|-help|--help) return ;; esac $split && return if [[ $cur == -* ]]; then...