logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

2vcard - convert addressbooks to VCARD format

Author

       Jan Schaumann <jschauma@netmeister.org>

2vcard                                           July 30th, 2005                                       2VCARD(1)

Bugs

       Please report all bugs to the author.

Description

2vcard  is  a  little perl script to convert an addressbook to the popular VCARD file format.  Currently,
       2vcard can convert addressbooks and alias files from the following formats: abook,  eudora,  juno,  ldif,
       mutt, mh and pine.

       The VCARD format is used by gnomecard, for example, which, in turn is used by the balsa email client.

Examples

       In a pipe:
              tr '^M''\n' < EudoraNicknames | 2vcard-feudora > out

       Alone: 2vcard-i~/.aliases-o~/.addbook.grcd

Name

       2vcard - convert addressbooks to VCARD format

Options

       A summary of the options supported by 2vcard is included below.

       -F     print a list of the currently supported formats

       -fformat
              convert from format [ default: mutt ]

       -h     Show summary of options and exit.

       -iFILE
              Read input from FILE.

       -oFILE
              Write output to FILE.

       -v     Show version information and exit.

See Also

mutt(1), pine(1), gnomecard(1), balsa(1), nmh(1), exmh(1), abook(1)

       The 2vcard Handbook (Link to http://www.netmeister.org/apps/2vcard/)

Synopsis

2vcard [ -F|-f|-h|-v  ] [ -iFILE ] [ -oFILE ]

Usage

       Per default, 2vcard reads from stdin and writes to stdout. Alternatively, the input- and output-files can
       be specified as command-line options.

Version

       0.6

See Also