New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

github.com/hmaier-dev/gnome-contacts-exporter

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/hmaier-dev/gnome-contacts-exporter

  • v0.0.0-20241126081527-3a048ec63091
  • Source
  • Go
  • Socket score

Version published
Created
Source

gnome-contacts-exporter

This program is my cli to the contacts.db used by gnome-contacts, which usually lies in ~/.local/share/evolution/addressbook/system/contacts.db.

My intention was to automate the exporting into a vCard-File (contacts.vcf), which can be done by hand in gnome-contacts.

Usage

For exporting use the arguments:

  • --source contacts.db --destination contacts.vcf

and for importing use:

  • --source contacts.vcf --destination contacts.db

TODO

  • converting from vcf to sqlite3 (Import)

  • converting from sqlite3 to vcf (Export)

  • implement daemon-function, which listens to sqlite3/vcf and imports/exports automatically

  • adding --dry-run for testing

  • add Earthfile for testing-environment

  • Write Tests for different cases

    • 2 emails + 1 phone-numbers + comments + adress
      • Export
      • Import
    • 1 email + 2 phone-numbers + comments + adress
      • Export
      • Import
  • Find out how to use CI to build binarys

  • build systemd-unit to run the exporter

FAQs

Package last updated on 26 Nov 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc