diff --git a/completions/sbopkg b/completions/sbopkg index c562483a..1bc71bbe 100644 --- a/completions/sbopkg +++ b/completions/sbopkg @@ -76,7 +76,8 @@ _sbopkg() return 0 fi COMPREPLY=( $( grep "^SLACKBUILD NAME: $cur" \ - $REPO_ROOT/$REPO_NAME/$REPO_BRANCH/SLACKBUILDS.TXT | cut -f3- -d\ ) ) + $REPO_ROOT/$REPO_NAME/$REPO_BRANCH/SLACKBUILDS.TXT | cut -f3- -d\ ) + $( (cd $QUEUEDIR; ls $cur*.sqf 2> /dev/null) ) ) return 0 ;; esac