ref: 8604a6db811e57e632a6e416fcc944e9884ddff5
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 /mnt/vcf/ ctl import John_Doe/ fn/ data params/ ... n/ data ... tel/ data ... Jane_Doe/ ... Future plans: - Make files writable - ctl: make commands work - import: make import work - files: output with newline at the end? ### libvcard - see `libvcard/vcard.h` - `Vcard* vcparse(char *str)` - `Vcard* vcparsefile(char *file)` - ...