ref: 071b196a37e0e88ee005c68f84d90753d2a98a5b
dir: /README.md/
# VCARD filesystem and library ## Contents - `libvcard`: library for parsing and writing vcard data - `vcardfs`: vcard filesystem ## Usage ### vcardfs Usage: vcardfs [-m mtpt] [-s srv] [database.vcf] Default database is at: /usr/$user/lib/vcarddb.vcf /mnt/vcf/ ctl import export John_Doe/ export fn/ data params/ ... n/ data ... tel/ data ... Jane_Doe/ ... Future plans: - export: line breaks - import: update existing entries (how?) - files: output with newline at the end? ### libvcard - see `libvcard/vcard.h` - `Vcard* vcparse(char *str)` - `Vcard* vcparsefile(char *file)` - `char* vcmserialize(Vcard*)` - ...