From: Chris Koeritz Date: Tue, 11 Jan 2022 17:09:03 +0000 (-0500) Subject: added ics for cal appointments to spacemall list X-Git-Tag: 2.140.134^2~2^2~4 X-Git-Url: https://feistymeow.org/gitweb/?p=feisty_meow.git;a=commitdiff_plain;h=a01ec43b1574c4437afa5eb7281e8a52c3ef94b3 added ics for cal appointments to spacemall list --- diff --git a/scripts/core/functions.sh b/scripts/core/functions.sh index 463be9e0..c4ff3f65 100644 --- a/scripts/core/functions.sh +++ b/scripts/core/functions.sh @@ -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.