@@ -0,0 +1,10 @@
echoerr() {
echo "$@" 1>&2;
}
theLine=$(IFS='\t' grep "^${*} " < ~/.qcdrc)
read -r quick path <<< "$theLine"
if [[ -z $theLine ]]
then echoerr Not found: $*
else echo $path
fi
The note is not visible to the blocked user.