Closed tompurl closed 1 year ago
If you have Browser Integration -> Match URL Scheme on, try printf "url=https://bogus.com\nusername=bogus@bogus.com\n"
(https://github.com/keepassxreboot/keepassxc/blob/4dcd41975d9be75f2e18b533d5443edfbc3752c7/src/browser/BrowserService.cpp#L1101-L1103).
If it's off, try printf "url=http://bogus.com\nusername=bogus@bogus.com\n"
(https://doc.qt.io/qt-6/qurl.html#fromUserInput)
Description
I have an entry under the /Git folder with the following properties:
I'm trying to access the password like this:
I'm assuming that I'm missing something in the docs although I promise I have read them multiple times :-) I would be happy to update the wiki once I know how to do this.
Environment
keepassxc --version
output:git-credential-keepassxc --version
output:Checklist
Configuration
1
Logs