/goocaa

Client for Google Contacts to be used in mutt's query_command

Primary LanguageCBSD 2-Clause "Simplified" LicenseBSD-2-Clause

About
-------------------
goocaa is a CLI client to Google Contacts API
designed to be used as mutt's 'query_command'.

Build && Install
-------------------
To build goocaa the following libraries are 
required:

 * libcurl
 * glib-2.0
 * libxml-2.0

To build goocaa execute:

$ ./waf configure build

and then:

$ sudo ./waf install

to install it.

Configuration
-------------------
Create file ~/.goocaarc with the following contents:

=============
[default]
email = you@gmail.com
passwd = yourpass
=============

Then add the following to your ~/.muttrc:

set query_command = "/usr/local/bin/goocaa %s"

More details on query_command:

http://www.mutt.org/doc/manual/manual-4.html#ss4.5

Roman Bogorodskiy, bogorodskiy@gmail.com