Skip to content
0

contacts

I started using khard to manage ~/.contacts directory on my macOS. This works pretty well for the last six months or so. I have a hidden folder under the home directory, and I have the contacts saved in explicit vCard. I don't have a sharing problem until I have my Arch Linux installed on my laptop.

Suddenly, I need to consider the following questions:

  1. What tools are available out there for sharing contacts between two computers? OneDrive? git/GitHub? LocalSend?
  2. What's the best path I should use for the contacts directory for the ease of syncing between two computers?
  3. Should I consider encryption using GPG if I will have to version control the repo using git/GitHub?

The real problem is, if you don't have your contacts directory properly saved on your Arch Linux, you won't be able to use Tab key to auto complete To: and Cc: fields when compiling an email header inside NeoMutt.

###############################################################################
# EXTERNAL TOOLS
###############################################################################
set query_command = "khard email --parsable --search-in-source-files '%s'"  # Address book
最近更新