You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
forfilein {query}
do# remove tag information in extended attributes, FinderInfo contains color info
xattr -d com.apple.metadata:_kMDItemUserTags "$file"
xattr -d com.apple.FinderInfo "$file"# move file
mv "$file""$archive_path"done