Skip to content

chr15m/vcf2mutt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Convert vCard contacts to mutt format aliases.

Install

pip install vcf2mutt

Hint: pip install --user vcf2mutt does not require root and installs to your home directory.

Use

From a local file:

vcf2mutt ./contacts.vcf > ~/.aliases

From a remotely hosted contacts file (e.g. from radicale):

vcf2mutt https://USERNAME:PASSWORD@SERVER/.../contacts.vcf/ > ~/.aliases

About

Convert vCard contacts to mutt format aliases.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published