https://github.com/mtvee/vcard
A command line utility to search vcard file (a la mutt)
https://github.com/mtvee/vcard
Last synced: about 1 year ago
JSON representation
A command line utility to search vcard file (a la mutt)
- Host: GitHub
- URL: https://github.com/mtvee/vcard
- Owner: mtvee
- License: gpl-3.0
- Created: 2014-01-25T03:20:57.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-01-25T18:14:11.000Z (over 12 years ago)
- Last Synced: 2025-02-15T03:42:42.158Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 141 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
vcard
-----
A simple query utility for an address book saved in vcard format. I use this
from `mutt` in lieu of [abook][1] and [rolo][2].
Requirments
-----------
- *nix environment
- c++11
Install
-------
run `make` and put the binary `vcard` somewhere on your path. The binary looks
for its data file in `$HOME/.vcard/contacts.vcf`. I just export my google
contacts to this file every once in a while.
Usage
-----
vcard --help
Mutt
----
You can add the following to your `muttrc`
set query_command = "vcard '%s'"
bind editor complete-query
Licence
-------
vcard is licensed under the [GPL3][3]
TODO
----
- be able to add/edit/delete records
- folded lines aren't handled properly
[1]: http://abook.sourceforge.net/
[2]: http://rolo.sourceforge.net/
[3]: http://www.gnu.org/licenses/gpl-3.0.txt