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

CLI: select entry using the Uuid. #4113

Open
hanspr opened this issue Jan 6, 2020 · 1 comment
Open

CLI: select entry using the Uuid. #4113

hanspr opened this issue Jan 6, 2020 · 1 comment

Comments

@hanspr
Copy link

hanspr commented Jan 6, 2020

Summary

keepassxc-cli show database.kdbx '1706a7eea30d5c49b283645524006371'

Should locate entry by UUID, version 2.3.1, allow to find by Uuid

Debug Info

keepassxc-cli , Version 2.5.2

Operating system: Linux, Mint
CPU architecture: 686

Enabled extensions:

  • None
@hanspr hanspr added the bug label Jan 6, 2020
@droidmonkey droidmonkey changed the title keepassxc-cli 2.5.2 show stoped finding by using Uuid CLI: show command search by Uuid Jan 6, 2020
bahelit added a commit to bahelit/keepassxc that referenced this issue Jan 25, 2020
Add Uuid as attribute in show command for keepassxc-cli keepassxreboot#4112.
Add search by Uuid to show command in keepassxc-cli keepassxreboot#4113.
bahelit added a commit to bahelit/keepassxc that referenced this issue Feb 3, 2020
…eboot#4113

Don't use regex to remove braces (deprecated).
Search always returned 1st item, resolved by comparing entry as QUuid::Id128.
bahelit added a commit to bahelit/keepassxc that referenced this issue Feb 4, 2020
bahelit added a commit to bahelit/keepassxc that referenced this issue Feb 4, 2020
…eboot#4113

Add quuid.h include to satisfy Ubuntu teamcity build.
bahelit added a commit to bahelit/keepassxc that referenced this issue Feb 5, 2020
bahelit added a commit to bahelit/keepassxc that referenced this issue Feb 5, 2020
…eboot#4113

Use existing function to find by UUID if couldn't be found by path.
bahelit added a commit to bahelit/keepassxc that referenced this issue Feb 5, 2020
bahelit added a commit to bahelit/keepassxc that referenced this issue Feb 5, 2020
bahelit added a commit to bahelit/keepassxc that referenced this issue May 6, 2021
Add Uuid as attribute in show command for keepassxc-cli keepassxreboot#4112.
Add search by Uuid to show command in keepassxc-cli keepassxreboot#4113.
bahelit added a commit to bahelit/keepassxc that referenced this issue May 6, 2021
…eboot#4113

Don't use regex to remove braces (deprecated).
Search always returned 1st item, resolved by comparing entry as QUuid::Id128.
bahelit added a commit to bahelit/keepassxc that referenced this issue May 6, 2021
bahelit added a commit to bahelit/keepassxc that referenced this issue May 6, 2021
…eboot#4113

Add quuid.h include to satisfy Ubuntu teamcity build.
bahelit added a commit to bahelit/keepassxc that referenced this issue May 6, 2021
bahelit added a commit to bahelit/keepassxc that referenced this issue May 6, 2021
…eboot#4113

Use existing function to find by UUID if couldn't be found by path.
bahelit added a commit to bahelit/keepassxc that referenced this issue May 6, 2021
bahelit added a commit to bahelit/keepassxc that referenced this issue May 6, 2021
…eboot#4113

Rebase from upstream develop branch and resolve merge conflicts.
Run make format.
bahelit added a commit to bahelit/keepassxc that referenced this issue May 6, 2021
bahelit added a commit to bahelit/keepassxc that referenced this issue May 6, 2021
bahelit added a commit to bahelit/keepassxc that referenced this issue May 6, 2021
…eboot#4113

Fix build error, 3rd attempt. Problem with import QUuid in CI pipeline.
bahelit added a commit to bahelit/keepassxc that referenced this issue May 6, 2021
…eboot#4113

Fix build error, problem with import of QUuid in CI pipeline.
bahelit added a commit to bahelit/keepassxc that referenced this issue May 6, 2021
@louib louib changed the title CLI: show command search by Uuid CLI: find entry by Uuid. Nov 23, 2021
@louib
Copy link
Member

louib commented Nov 23, 2021

I renamed this issue because I think all the CLI commands working on entries should support finding the entry using a UUID. This includes show, edit, rm, clip and mv

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

Successfully merging a pull request may close this issue.

3 participants