Skip to content
Gaute Hope edited this page Jul 30, 2013 · 2 revisions

LBDB

http://www.spinnaker.de/lbdb/

LBDB is a address book database which can connect to many sources using modules (see homepage for more information), for instance mutt. It can be queried from the command line or integrated into an editor.

To enable modules edit ~/lbdbrc to something like:

MODULES_PATH="$MODULES_PATH ~/.lbdb/modules/"
METHODS="m_sup m_gmail"

LBDB module for the sup address book

Put the following file, m_sup, in the directory ~/.lbdb/modules/: https://gist.github.com/4704061

LBDB module for gmail (using goobook)

Put the following file, m_gmail, in the directory ~/.lbdb/modules: https://gist.github.com/gauteh/6111461, and install and configure goobook.

Editor integration

Vim: http://www.vim.org/scripts/script.php?script_id=1757

Clone this wiki locally