From 77257d0196c94d437a090fd703b93b9a907c3452 Mon Sep 17 00:00:00 2001 From: dinaisrael <116154742+dinaisrael@users.noreply.github.com> Date: Fri, 28 Oct 2022 11:00:49 +0300 Subject: [PATCH] goobook: add page (#9356) --- pages/linux/goobook.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pages/linux/goobook.md diff --git a/pages/linux/goobook.md b/pages/linux/goobook.md new file mode 100644 index 0000000000..24fc7ef9c2 --- /dev/null +++ b/pages/linux/goobook.md @@ -0,0 +1,12 @@ +# goobook + +> Access Google contacts from `mutt` or the command line. +> More information: . + +- Allow `goobook` to access Google contacts using OAuth2: + +`goobook authenticate` + +- Dump all contacts to XML (stdout): + +`goobook dump_contacts`