From: Chris Koeritz Date: Tue, 12 May 2020 14:37:02 +0000 (-0400) Subject: updated list of extensions for spacemall X-Git-Tag: 2.140.117^2~6 X-Git-Url: https://feistymeow.org/gitweb/?p=feisty_meow.git;a=commitdiff_plain;h=5d8bf004d7b2cf0479483525e0c71eceb7532c4c updated list of extensions for spacemall space'm all will now work on some more micro$oft files --- diff --git a/scripts/core/functions.sh b/scripts/core/functions.sh index 865aa251..6389b668 100644 --- a/scripts/core/functions.sh +++ b/scripts/core/functions.sh @@ -949,7 +949,7 @@ return 0 local charnfile="$(mktemp $TMP/zz_charn.XXXXXX)" find "${dirs[@]}" -follow -maxdepth 1 -mindepth 1 -type f | \ grep -i \ -"docx\|eml\|html\|jpeg\|jpg\|m4a\|mov\|mp3\|ods\|odt\|pdf\|png\|pptx\|txt\|xlsx\|zip" | \ +"doc\|docx\|eml\|html\|jpeg\|jpg\|m4a\|mov\|mp3\|ods\|odt\|pdf\|png\|ppt\|pptx\|txt\|vsd\|vsdx\|xls\|xlsx\|zip" | \ sed -e 's/^/"/' | sed -e 's/$/"/' | \ xargs bash "$FEISTY_MEOW_SCRIPTS/files/spacem.sh" # drop the temp file now that we're done.