Showing posts with label Utilities. Show all posts
Showing posts with label Utilities. Show all posts

Friday, November 1, 2013

How to merge (and not replace) folders when copying on the Mac?

Problem:
If I try to copy or move a folder to somewhere it already exists, it asks to replace it. That would result in deleting the target. Rather I want to merge :(


With Windows is really simple, however on Mac, well, it works a little bit different!

Rather than using the GUI I'd rather recommend to use the command line:

$ditto from_folder destination_folder

Infallible!!


This is why

ditto -- copy directory hierarchies, create and extract archives.

If the destination directory does not exist it will be created before the first source is copied. If the destination directory already exists then the source directories are merged with the previous contents of the destination.

Monday, January 9, 2012

Get Mail Merge in Gmail with This Google Docs Template


Want to send a bunch of emails personalized to each recipient? Sending mass emails is easy using Microsoft Word's mail merge, less so with Gmail. This Google Docs template, however, brings email merging to Gmail.
The free template is provided by consulting firm IT4SmallBusiness and includes in-depth instructions on the first tab. 
To start using this template, log into Gmail, open the MailMerge Google Docs template, and make a copy of it to your Google Docs account (under File > Make a copy...). Write your email on the second sheet, "Email text" and add the special fields like <>. Then go to the third sheet to add the data that will replace those special fields (e.g., the list of email recipients, their names, and other personalized info).
Note that you'll probably want to send your mass emails in batches, lest Google label you a spammer. Mail merge with Gmail would be handy for a lot of uses, from mailing clients/customers to sending party invitations with custom instructions, as the example shows.
MailMerge | via CNet