You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ git-credential-keepassxc --unlock 20 get passwordpassw0rd
$ git-credential-keepassxc --unlock 20 get usernameroot
Use case:
I'd want to apply "separation of concerns" to a program that I am running. I want to pass one command, and tell to the program "if you run this, you will get the password".
I'd like to allow users to be able to plug their own credential-solution, and
Use case:
Workarounds considered:
... I think for now I'll write a shell script that does that, I guess. I'd prefer wouldn't have to do that, though.
The text was updated successfully, but these errors were encountered: