Lucas Hoffmann

Results 160 comments of Lucas Hoffmann

I would say that this is a special case of the ideas in #89 about formatting display names and #179 about formatting the output of listing commands in general. The...

For users who are interested in scripting a custom post address format themselfs you can try one of these ways: 1. Use `khard list --fields "...." --parsable` to generate output...

@earboxer the last time a though about it I sopped to persue the `--fields` idea for `ls` because at leaset `khard phone` has a special search logic that is not...

**Searching for contacts where some property is non empty** This is mentioned as the `--with` option in https://github.com/scheibler/khard/issues/179#issuecomment-575369551 and as a field modifier for `-F` fields in https://github.com/scheibler/khard/pull/246#issuecomment-603629926 I think...

This sounds like a nice idea, I will look into it but it might take some time until I come to it.

Nice idea, you can try to implement a new address book class that does this.

If I understand the code in khard/khard.py line 1790-1803 correctly we reopen the terminal device to read the answer from the user after reading the input. Does it not work...

For me it works. ```sh ~% khard ls -a dropin Address book: dropin Index Name Phone E-Mail UID 1 von Bar, Foo t ~% khard modify -a dropin --uid=t <...

Non the less your feature request is interesting and can be discussed.