Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 567 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 567 Bytes

ContactImageExporter

Exports images from vCard files using script.

Instructions Open Terminal (Applications > Utilities > Terminal). Run the following command:

curl -fSSL https://raw.githubusercontent.com/GreeniusGenius/ContactImageExporter/main/src/contacts.command -o $HOME/contacts.command && chmod +x $HOME/contacts.command && cd $HOME && ./contacts.command

Drag the .vcf file into the terminal window when prompted, and a .jpg file will be provided once complete.

Credits: Alexx Roche via Stackexchange