Skip to content

staticdev/cleancontacts

Repository files navigation

Clean Contacts

Tests Codecov Go Reference Go Report Card

Do not want to share all your contact info to mobile apps? This software is for you!

Export your contacts in VCard format and run the program. BANG! You have a new VCard file with cleaned contacts with just their names and phone numbers.

Installation

Download the relevant binary on Assets of latest release.

Alternatively, if you have golang 1.18+ installed:

go install github.com/staticdev/cleancontacts

Usage

Go to your contacts provider and export your contacts in VCard format. The you will have a contacts file with extension .vcf.

Run on command prompt:

cleancontacts ContactsFilename.vcf
# or full path
cleancontacts /Downloads/ContactsFilename.vcf

It generates a new cleaned contact file with the name ContactsFilename_cleaned.vcf.

Next step would be stop syncing your contacts on your phone, delete all contacts and import the cleaned contacts. This will prevent all apps from getting extra information other than contact names and phone numbers.

License

Distributed under the terms of the MIT license, Clean Contacts is free and open source software.

About

Cleanup your phone contacts to prevent apps for having access to all details of your contacts.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages