Write quick README
This commit is contained in:
parent
cde385f8b1
commit
7a24be4b9c
11
README.md
Normal file
11
README.md
Normal file
@ -0,0 +1,11 @@
|
||||
# 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:
|
||||
|
||||
```sh
|
||||
scheme --script tsv2vcard.scm < contacts.tsv > contacts.vcf
|
||||
```
|
Loading…
x
Reference in New Issue
Block a user