Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve zsh completion for field names #270

Open
lucc opened this issue Aug 1, 2020 · 0 comments
Open

Improve zsh completion for field names #270

lucc opened this issue Aug 1, 2020 · 0 comments

Comments

@lucc
Copy link
Owner

lucc commented Aug 1, 2020

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

  • the -F option
  • the search query

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.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant