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

keepassxc-cli: show with non-unique entry names #9963

Closed
matbech opened this issue Oct 26, 2023 · 1 comment
Closed

keepassxc-cli: show with non-unique entry names #9963

matbech opened this issue Oct 26, 2023 · 1 comment

Comments

@matbech
Copy link

matbech commented Oct 26, 2023

The show command is not able to display entries which do not have a unique name.

Steps to Reproduce

  1. Create a database with two entries, both having the same name.
  2. Ensure 2 entries with the same name are present:
    keepassxc-cli.exe search "Database.kdbx" *
/Test/test
/Test/test
  1. call show
    keepassxc-cli.exe show "Database.kdbx" --all /Test/test

Expected Behavior

Error. Entry is ambiguous.

Actual Behavior

Always the first entry is shown.

Proposal

Add an option to the cli to show an entry by its uuid:
`keepassxc-cli.exe show "Database.kdbx" --all --uuid {ddf0b4c0-3218-2244-aa8a-22d86d5b7f97}

Related to this recent change:
#9571

@matbech matbech added the bug label Oct 26, 2023
@matbech matbech changed the title keepassxc-cli: show with non-unique entries keepassxc-cli: show with non-unique entry names Oct 26, 2023
@droidmonkey
Copy link
Member

#3720

@droidmonkey droidmonkey closed this as not planned Won't fix, can't repro, duplicate, stale Oct 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants