-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to ignore Icon␍ macOS files? #94
Comments
The detoxrc perser is just looking for a string, so you can't use a shell wildcard, a C escape sequence, or a regex bracket expression. You can, however, just insert an actual Control-M into the string. It gets really weird, because Control-M affects the way the console works.
Note that the closing quote now appears to be at the start of the line. Anyway, you should be able to cut and paste it out of this: detoxrc.zip . I tested it to confirm that it will work.
With the original config file:
Note that the original filename in the example above is overwritten due to the Control-M in the filename resetting the cursor position to the start of the line. |
And thank you for the compliment! |
Hi @dharple, Sorry for slow response! Had a little internet detox in the Alps :) Many thanks for the solution! This works! For others coming across this esoteric issue: |
Many thanks for this great tool!! 🙏 (Not an issue, rather a question.)
Following carefully the great documentation I manged to write a custom sequence to make filenames safe for exFAT formatted volumes. Great! Now just I have trouble with macOS Icon␍ files.
My
.detoxrc
looks like below ... but I couldn't figure out how to set the ignore filename parameter correctly to actually ignore the macOS Icon␍ files. Some attempts:Any hints how to achieve this?
The text was updated successfully, but these errors were encountered: