Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[KeePassXC] References wont get resolved #17560

Open
rbnis opened this issue Mar 5, 2025 · 1 comment
Open

[KeePassXC] References wont get resolved #17560

rbnis opened this issue Mar 5, 2025 · 1 comment
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

Comments

@rbnis
Copy link

rbnis commented Mar 5, 2025

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 and password.

Steps To Reproduce

  1. Open KeePassXC and load Database that is used with Raycast Extension.
  2. Create entry with a title, username and password.
  3. Clone entry from step 2 and select Replace username and password with references
  4. Open Raycast and got to Extension KeePaassXC
  5. Search for the cloned entry from step 3.
  6. Paste username and password 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").

@rbnis rbnis added bug Something isn't working extension Issues related to one of the extensions in the Store labels Mar 5, 2025
@raycastbot raycastbot added the extension: keepassxc Issues related to the keepassxc extension label Mar 5, 2025
@raycastbot
Copy link
Collaborator

Thank you for opening this issue!

🔔 @zkytech @zkytech you might want to have a look.

💡 Author and Contributors commands

The author and contributors of pabroux/keepassxc can trigger bot actions by commenting:

  • @raycastbot close this issue Closes the issue.
  • @raycastbot close as not planned Closes the issue as not planned.
  • @raycastbot rename this issue to "Awesome new title" Renames the issue.
  • @raycastbot reopen this issue Reopens the issue.
  • @raycastbot assign me Assigns yourself to the issue.
  • @raycastbot good first issue Adds the "Good first issue" label to the issue.
  • @raycastbot keep this issue open Make sure the issue won't go stale and will be kept open by the bot.

# for free to join this conversation on GitHub. Already have an account? # to comment
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
Projects
None yet
Development

No branches or pull requests

2 participants