Migrate to panacea as daily driver

This commit is contained in:
2020-05-24 02:23:06 +02:00
parent 9743634f3c
commit 6e23af4691
29 changed files with 230 additions and 366 deletions

View File

@@ -27,9 +27,9 @@ then
then
while read -r line; do
echo "$line" \?\?
done <<< $(fd -e pdf -i "${QUERY#\?}" $HOME/Documents/Uni 2>&1 | grep -v 'Permission denied\|Input/output error')
done <<< $(fd "${QUERY#\?}" $HOME/Documents 2>&1 | grep -v 'Permission denied\|Input/output error')
else
fd -e pdf -i "${QUERY#!}" $HOME/Documents/Uni 2>&1 | grep -v 'Permission denied\|Input/output error'
fd "${QUERY#!}" $HOME/Documents 2>&1 | grep -v 'Permission denied\|Input/output error'
fi
else
echo "!!-- Type your search query to find files"