khard
khard copied to clipboard
Console vcard client
This is a first, likely incomplete, attempt to add an _option to filter contact table (--kind)_ as mentioned in the [`todo.txt`](https://github.com/lucc/khard/blob/develop/todo.txt#L5). ~~ℹ️ This PR depends on changes introduced in #309...
Both in khard.carddav_object.CarddavObject and in the templates there is no fields for photo property. Photo property is an uri (maybe more simple) or a base64 encoded file(maybe more difficult).
IMPP (Instant Messaging and Presence Protocol) addresses fields are defined by RFC4770. In particular, Android default contacts manager implements them. This small patch allows to read (and print) the IMPP...
I have `EDITOR=emacsclient -t`, which confuses `khard`: ``` falsifian angel-dfly ~ $ echo $EDITOR emacsclient -t falsifian angel-dfly ~ $ khard new Traceback (most recent call last): File "/usr/local/bin/khard", line...
The man page does not list all command line options because I was to lazy to type them all again. There are solutions that can import argparse objects into sphinx...
This is a feature request: I would like to be able to edit a contact by giving the file name like so khard edit /home/user_x/.contacts/09c6ad40-f6c6-441a-a004-9608701f3b41.vcf rationale: mates.rs is very fast...
good day. i have two address books with contacts copied via evolution, copied contacts have same uid and khard does not work with such contacts, what is best/simplest way to...
To reduce empty address lines in "details" output something similar to the attached patch could be considered. For example, output before the patch: ```` Address HOME: Main street 20 1234...
khard 0.17.0 does not offer to add or edit geographical latitude/longitude coordinates, either as a separate `GEO` property (vCard 3.0 or 4.0) or as a `geo` parameter (vCard 4.0). Please...
I've seen that `khard` ships a completion file for `zsh`. Would it be possible to add a completion file for `bash`?