2024-03-13 14:35:03 +00:00
2024-03-13 14:32:07 +00:00
2024-03-13 14:35:10 +00:00
2024-03-13 14:34:50 +00:00

tsv2vcard

Quick and dirty script to convert SXMO's contacts TSV file to vCard format for importing into other programs. Used Chez scheme when developing but should be portable to other R6RS implementations.

Run like:

scheme --script tsv2vcard.scm < contacts.tsv > contacts.vcf
Description
No description provided
Readme 46 KiB
Languages
Scheme 100%