sascha-andres / people2md

Save your Google contacts as markdown files. Works well with obsidian
MIT License
0 stars 0 forks source link
hacktoberfest markdown

People 2 Markdown

This program takes the output of goobook for contacts and groups and creates markdown files for obsidian.

To create the contacts.json you could run something like this:

goobook dump_contacts > contacts.json

To create the groups.json you can run something like this:

goobook dump_groups > groups.json

Setup of goobook is described on the homepage of the program.

Then you can run people2md to create the markdown files. people2md accepts the following arguments:

You can dump the default templates to the current directory by calling people2md dump-templates.

To use changes templates pass -template-directory to people2md. There are five different templates:

To print out the call history and SMS you can provide SMS and calls using a backup file from SMS Backup and Restore (Pro). This is an Android only app. Due to a lack of iPhone and knowledge of it's ecosystem there is no support for it. Feel free to contribute.

Upcoming feature

History

Version Description
0.1.0 initial version