Add to tools to delete AppleDouble files. #557
Replies: 3 comments 2 replies
-
You can achieve this by writing a one-liner shell script and hooking it up in NC via an external tool. |
Beta Was this translation helpful? Give feedback.
-
Hello, So I added a tool command "find . -name ".* -delete , but when it actually runs the command it runs find . -name ".* -delete, which didn't work. How to not have NC escape the quotes? |
Beta Was this translation helpful? Give feedback.
-
For example I created a tool with echo. As the parameter I used And the actual command going in the terminal is Why does it escape the quotes? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
When copying files to a non-apple drive, such as USB or network drive. Apple automatically creates AppleDouble files '._*' files. Would be nice if NC, had a button to just delete all those files in a directory
Beta Was this translation helpful? Give feedback.
All reactions