How do I create an Automator workflow, service or folder action to use ditto. The intention here is to use ditto to merge folders and/or files avoiding the unacceptable Finder's behavior of replacing the folder/file by the new one.
|
feedback
|
|
Create a Service that receives folders in Finder. Add a single Run AppleScript action to it with the following script code:
The script will execute
Assign a keyboard shortcut for convenient access in System Preferences » Keyboard » Keyboard Shortcuts » Services. | |||||||||||
feedback
|