khard actually deals with local vcf files rather than CardDAV directly,

update COMMENT/DESCR with some clues. Based on a diff from Marcus Merighi
ok paco@
This commit is contained in:
sthen 2022-03-30 20:02:59 +00:00
parent 9a868bf706
commit 11ae68af7b
2 changed files with 11 additions and 4 deletions

View File

@ -1,8 +1,8 @@
COMMENT = console CardDAV client
COMMENT = console vCard address book
MODPY_EGG_VERSION = 0.17.0
DISTNAME = khard-${MODPY_EGG_VERSION}
REVISION = 0
REVISION = 1
CATEGORIES = productivity

View File

@ -1,2 +1,9 @@
Khard is an address book for the console. It creates, reads, modifies and
removes CardDAV address book entries at your local machine.
Khard is an address book for the console. By itself, it allows creating,
reading, modifying, removing and searching for vCard address book entries
(vcf files) in a directory on your local machine.
Used in conjunction with vdirsyncer, it can be used to access and manage
address books stored on a remote server via CardDAV.
See https://khard.readthedocs.io/en/latest/scripting.html#integration
for information about integrating with Mutt etc.