lucc / khard

Console vcard client
https://khard.readthedocs.io/en/latest/
GNU General Public License v3.0
600 stars 65 forks source link

Improve zsh completion for field names #270

Open lucc opened 4 years ago

lucc commented 4 years ago

There are two places where it makes sense to complete field names on the command line:

This is currently not implemented as it needs some zsh completion magic.
The correct field names to complete can be found in khard.cli.field_argument and khard.query.parse respectively.

(This is a follow up of #131 and #246.)