Convert gmail contacts to abook adress book

Corrected version of matthewbauer‘s original script:

sudo apt-get install abook googlecl

data=name,email,phone,address,im,company,notes; \
(echo $data; google contacts list --fields=$data) | \
abook --convert --informat csv --outformat abook \
--outfile ~/.abook/addressbook
Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *