Skip to content

keepassxc-cli : Can not edit/show two entries in the same group with the same title #3720

@NRKWL

Description

@NRKWL

keepassxc-cli : Can not edit/show two entries in the same group with the same title

Using keepassxc-cli I'm attempting to edit multiple entries in my database. These entries are in the same group and have the same title. As demonstrated below, running ls returns both entries. However when running show or edit there is no way I see to specify the entries uniquely. Running extract I am able to determine the UUID for the entries but I cannot utilize the UUID on the command line to select a specific entry.

$ keepassxc-cli ls $keepass_database soundcloud -R
soundcloud.com    # user1
soundcloud.com    # user2

$ keepassxc-cli show $keepass_database soundcloud/soundcloud.com
Title: soundcloud.com
UserName: user1
Password: -----------------------
URL: https://soundcloud.com/signin?ref=top
Notes: 

$ keepassxc-cli show $keepass_database 'BFA60QAcSB2HS0M1t7pUlQ==' 
Could not find entry with path BFA60QAcSB2HS0M1t7pUlQ==.

$ yum list --installed keepassxc
keepassxc.x86_64                 2.4.3-6.fc30                 @updates
$ keepassxc-cli --version
2.4.3

Metadata

Metadata

Assignees

Type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions