PC_QUERY(1) | PC_QUERY(1) |
NAME¶
pc_query - query the local address book
SYNOPSIS¶
pc_query [OPTIONS] [SEARCHSTRING]
DESCRIPTION¶
pc_query(1) prints contacts from a local address book, synchronized with remote CardDAV resources with pycardsyncer(1). Contact information is kept in the vCard format, one set of information, corresponding to a business card, is therefore often referred to as a card. pc_query(1) can also import and export vcards from/to the database. pc_query(1) is part of the pycarddav package.
OPTIONS¶
BASIC STARTUP OPTIONS¶
-a, --account=NAME
-c, --config=CONFIG
--debug
-h, --help
-v, --version
PRINTING OPTIONS¶
These options can only be used with SEARCHSTRING and determine the output format of pc_query(1). Without any options pc_query(1) will print the name, telephone numbers and email addresses of all matching contact cards.
-A
-m
-t
FILE INPUT AND OUTPUT OPTIONS¶
-b, --backup='FILE
--delete
-i, --import=FILE
OTHER OPTIONS¶
--where=MODE
AUTHOR¶
pc_query was mostly written by Christian Geier, with a lot of help by others, see CONTRIBUTORS.txt in the pycarddav distribution.
RESOURCES¶
Main web site: http://lostpackets.de/pycarddav/ Please report bugs via the contact information at the above web site or via github: http://github.com/geier/khal/.
SEE ALSO¶
pycardsyncer(1), pycard-import(1)
COPYING¶
Copyright (C) 2011-2013 Christian Geier and Contributors. pc_query and pycarddav are released under the terms of the Expat/MIT license, see the COPYING file distributed with pycarddav.
01/31/2014 |