Skip to content

novel/goocaa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published