An open API service indexing awesome lists of open source software.

https://github.com/agateau/vcardedit

A text-based VCard editor
https://github.com/agateau/vcardedit

Last synced: 9 months ago
JSON representation

A text-based VCard editor

Awesome Lists containing this project

README

          

# Intro

vcardedit is a text-based editor for VCard files.

As of now it can perform the following actions:

- Fix names to be title cased
- Fix french phones (replacing 0[1-6] into +33[1-6], marking +336 phones as cellphones...)
- Interactively edit firstname and lastname

# Dependencies

vobject: http://vobject.skyhouseconsulting.com/

# License

GPL v3 or later

# Usage

vcardedit

Run it as `vcardedit --help` for more details.

# Author

Aurélien Gâteau