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
- Host: GitHub
- URL: https://github.com/agateau/vcardedit
- Owner: agateau
- License: gpl-3.0
- Created: 2011-12-16T10:41:08.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2015-04-03T12:28:07.000Z (almost 11 years ago)
- Last Synced: 2025-02-13T19:49:51.005Z (11 months ago)
- Language: Python
- Homepage:
- Size: 145 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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