Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emacs-helm/helm-addressbook
Helm interface to manage contacts with https://github.com/thierryvolpiatto/addressbook-bookmark
https://github.com/emacs-helm/helm-addressbook
addressbook bookmarks contacts helm
Last synced: 3 months ago
JSON representation
Helm interface to manage contacts with https://github.com/thierryvolpiatto/addressbook-bookmark
- Host: GitHub
- URL: https://github.com/emacs-helm/helm-addressbook
- Owner: emacs-helm
- Created: 2017-09-03T06:09:36.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-09-05T11:13:23.000Z (over 1 year ago)
- Last Synced: 2024-08-05T06:05:41.494Z (6 months ago)
- Topics: addressbook, bookmarks, contacts, helm
- Language: Emacs Lisp
- Homepage:
- Size: 5.86 KB
- Stars: 10
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# helm-addressbook
Helm interface to [addressbook-bookmark](https://github.com/thierryvolpiatto/addressbook-bookmark)
# Install from Melpa
All you need to do is M-x package-install helm-addressbook
# Install from sources
## Dependencies
- [Helm](https://github.com/emacs-helm/helm)
- [addressbook-bookmark](https://github.com/thierryvolpiatto/addressbook-bookmark)## Install
Just add helm-addressbook.el to one directory of your `load-path` and byte-compile it.
Add an autoload declaration of `helm-addressbook-bookmarks` in your init file or just require helm-addressbook.el.# Usage
You first have to add contacts to your bookmark files, see instructions at [addressbook-bookmark](https://github.com/thierryvolpiatto/addressbook-bookmark).
Then M-x helm-addressbook-bookmarks will show you your contacts.
For general helm usage please see helm documentation [on line](https://github.com/emacs-helm/helm/wiki) or with `C-h m` while in your
helm-addressbook session.