[KeePassXC] References wont get resolved #17560
Labels
bug
Something isn't working
extension: keepassxc
Issues related to the keepassxc extension
extension
Issues related to one of the extensions in the Store
Extension
https://www.raycast.com/pabroux/keepassxc
Raycast Version
1.5.4
macOS Version
15.3.1
Description
Hello!
Since the overhaul of this extension in #16143 references wont get resolved anymore.
In this PR the retrieval got updated to use
keepassxc-cli export -f csv
to get all entries. This has the flaw, that reference fields won't get resolved anymore.Before this change
keepassxc-cli show
was used, wich resolves references.This problem is most relevant for the fields
username
andpassword
.Steps To Reproduce
title
,username
andpassword
.Replace username and password with references
KeePaassXC
username
andpassword
in to text file.Current Behaviour
References don't get solved, so the output is in the following formats.
Passwords:
{REF:P@I:*}
Usernames:
{REF:U@I:*}
Expected Behaviour
References get resolved and the output are values from the referenced entry (Step 2 from the "Steps to reproduce").
The text was updated successfully, but these errors were encountered: