abdelkader / vCardEditor

Simple vCard (*.vcf) file Editor.
107 stars 20 forks source link

[Feature Request] Support for split vcards? #7

Open Darthagnon opened 3 years ago

Darthagnon commented 3 years ago

Would it be possible to add support for split vcards? e.g. I exported all the contacts from my iPhone, and they're 1 ContactName.vcf per contact, rather than 1 Contacts.vcf for all contacts.

Currently, I am able to open only one *.vcf at a time in vCardEditor, meaning it is not useful for my 151 vcard files.

abdelkader commented 2 years ago

Right now, vcard editor support only one vcf file at a time. Perhaps, I'll add this feature in the future. Right now, on windows you can combien multiple files in one file with this command, and open it in the editor.

copy in*.vcf Combined.vcf

JonasWinter commented 2 years ago

Hey, I just stumbled upon this project and I am really interested in contributing. I am going to have a look into this feature :)

abdelkader commented 2 years ago

Hey, I just stumbled upon this project and I am really interested in contributing. I am going to have a look into this feature :)

Hi Jonas! You're welcome to contribute to this project. Just let me know if you need something.