From 5d8bf004d7b2cf0479483525e0c71eceb7532c4c Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Tue, 12 May 2020 10:37:02 -0400 Subject: [PATCH] updated list of extensions for spacemall space'm all will now work on some more micro$oft files --- scripts/core/functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.34.1