← 返回命令列表

Linux command

goobook 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

Example

goobook authenticate

Dump

goobook dump_contacts

说明

goobook provides command-line access to Google Contacts, designed primarily for integration with the mutt email client. It allows searching contacts for email address completion and adding new contacts from email headers. For mutt integration, add to .muttrc: ``` set query_command="goobook query %s" ``` Configuration is stored in ~/.goobookrc and includes Google API credentials obtained through the OAuth2 authentication flow.

参数

authenticate
Authenticate with Google and store OAuth2 credentials
query _QUERY_
Search contacts matching query
add
Add contact from email headers (stdin)
dump_contacts
Export all contacts to XML format
reload
Reload and cache contacts from Google

FAQ

What is the goobook command used for?

goobook provides command-line access to Google Contacts, designed primarily for integration with the mutt email client. It allows searching contacts for email address completion and adding new contacts from email headers. For mutt integration, add to .muttrc: ``` set query_command="goobook query %s" ``` Configuration is stored in ~/.goobookrc and includes Google API credentials obtained through the OAuth2 authentication flow.

How do I run a basic goobook example?

Run `goobook authenticate` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does authenticate do in goobook?

Authenticate with Google and store OAuth2 credentials