shithub: vcardfs

Download patch

ref: 9828f53e5b542da92dfdffc124dd9941d308cb1d
parent: 63ab1619dbd1d7b3aefb05a04b0ce65a85f8f8e7
author: sirjofri <sirjofri@sirjofri.de>
date: Sat Oct 19 12:06:52 EDT 2024

notes

--- a/README.md
+++ b/README.md
@@ -34,8 +34,7 @@
 
 Future plans:
 
-- ctl: make commands work (write/save, new)
-- export: uppercase properties, line breaks
+- export: line breaks
 - import: update existing entries (how?)
 - files: output with newline at the end?
 
@@ -44,4 +43,5 @@
 - see `libvcard/vcard.h`
 - `Vcard* vcparse(char *str)`
 - `Vcard* vcparsefile(char *file)`
+- `char* vcmserialize(Vcard*)`
 - ...