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

vkvmenu: Filter values with spaces not possible from bookmarks #1

Open
martinwe-adfinis opened this issue Mar 25, 2024 · 0 comments
Open

Comments

@martinwe-adfinis
Copy link
Owner

Having an entry like this:

my-kv/some/path pass user=foo bar

Selecting the entry with vkvmenu results in the following error output (and failure):

Invalid filter (must be of form key=value): bar
Run with -h for help.
Failed to get secret.

Putting quotes around it like this does not help either (quotes have no special meaning):

my-kv/some/path pass user="foo bar"
Invalid filter (must be of form key=value): bar"
Run with -h for help.
Failed to get secret.

This limits vkv's filtering/checking capabilities, but also is confusing to users who expect the bookmark entries to behave identically to invoking vkv directly.

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

No branches or pull requests

1 participant