added epub to spacemall fixins list
authorFred Hamster <fred@gruntose.com>
Mon, 31 Mar 2025 14:50:52 +0000 (10:50 -0400)
committerFred Hamster <fred@gruntose.com>
Mon, 31 Mar 2025 14:50:52 +0000 (10:50 -0400)
scripts/core/functions.sh

index 9d6e496dbb9ac4447f13b57bc616957a476dcd57..abe4acc8a20a82a4f26f33b241401acb70003b27 100644 (file)
@@ -1163,7 +1163,7 @@ return 0
 #hmmm: would the composition of those two types of extensions cover all the files i want to rename?  they have to be "important".
     find "${dirs[@]}" -follow -maxdepth 1 -mindepth 1 -type f -and -not -iname ".[a-zA-Z0-9]*" | \
         grep -i \
-"csv\|doc\|docx\|eml\|html\|ics\|jpeg\|jpg\|m4a\|mov\|mp3\|mp4\|odp\|ods\|odt\|pdf\|png\|ppt\|pptx\|rtf\|txt\|vsd\|vsdx\|wav\|webp\|xls\|xlsx\|xml\|zip" | \
+"csv\|doc\|docx\|eml\|epub\|html\|ics\|jpeg\|jpg\|m4a\|mov\|mp3\|mp4\|odp\|ods\|odt\|pdf\|png\|ppt\|pptx\|rtf\|txt\|vsd\|vsdx\|wav\|webp\|xls\|xlsx\|xml\|zip" | \
         sed -e 's/^/"/' | sed -e 's/$/"/' | \
         xargs bash "$FEISTY_MEOW_SCRIPTS/files/spacem.sh"
     # drop the temp file now that we're done.