added ics for cal appointments to spacemall list
authorChris Koeritz <cak0l@virginia.edu>
Tue, 11 Jan 2022 17:09:03 +0000 (12:09 -0500)
committerChris Koeritz <cak0l@virginia.edu>
Tue, 11 Jan 2022 17:09:03 +0000 (12:09 -0500)
scripts/core/functions.sh

index 463be9e066ab76d30541ba606e38bb62e9a6ce7b..c4ff3f65090c852c7501ef7766e35d7757d1fc1d 100644 (file)
@@ -967,7 +967,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\|jpeg\|jpg\|m4a\|mov\|mp3\|odp\|ods\|odt\|pdf\|png\|ppt\|pptx\|rtf\|txt\|vsd\|vsdx\|wav\|xls\|xlsx\|xml\|zip" | \
+"csv\|doc\|docx\|eml\|html\|ics\|jpeg\|jpg\|m4a\|mov\|mp3\|odp\|ods\|odt\|pdf\|png\|ppt\|pptx\|rtf\|txt\|vsd\|vsdx\|wav\|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.