updated list of extensions for spacemall
authorChris Koeritz <cak0l@virginia.edu>
Tue, 12 May 2020 14:37:02 +0000 (10:37 -0400)
committerChris Koeritz <cak0l@virginia.edu>
Tue, 12 May 2020 14:37:02 +0000 (10:37 -0400)
space'm all will now work on some more micro$oft files

scripts/core/functions.sh

index 865aa251e03b79f3ce3681d7c4f8e4ee2888a6ee..6389b6684b4cc7215613a69c2b3ecb52aae1a6b1 100644 (file)
@@ -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.