Introducing the Merge To Finder plugin.
I was recently reading Steve Streeting’s (aka Sinbad) blog and he resurfaced a valid point about OS X’s Finder that had long annoyed me as well. In summary when you copy a folder and hit replace in Finder, it does not merge the contents of the folder, it removes the old folder and puts in the new one. This allows for you the user to lose all your data in the destination folder, when maybe all you wanted was to replace some of the files within.
I’ve always solved this problem on the terminal with rsync -r, and it has served me well. Then I decided I was tired of resorting to the terminal every time I needed to copy some files. This leads to the Merge To Automator workflow.
Merge To simply takes the selected items in finder, asks you where you would like to merge those items to via a folder selection dialog, then runs rsync -r [files and folders from finder] [output directory from dialog].
I like my workflow installed into the ctrl + click or secondary click menu of Finder, thus making it a Finder plugin. If you too would like this option, download the workflow and open it with Automator, then select File -> Save As Plug-In… Next, give it a name, “Merge To” is nice, and select Finder from the drop down. Finally, click save. You could also just copy the file to ~/Library/Workflows/Applications/Finder/. If you decide you ever want to remove the plugin, then just delete the file at that same path.
Download: MergeToFinderPlugin.zip - 48 KB
About this entry
You’re currently reading “Introducing the Merge To Finder plugin.,” an entry on Tricky Fly Blog
- Published:
- 02.16.08 / 1pm
- Category:
- Mac OS X
- Bookmark:
- del.icio.us digg Y!
Comments are closed
Comments are currently closed on this entry.