Frederick888 / git-credential-keepassxc

Helper that allows Git (and shell scripts) to use KeePassXC as credential store
GNU General Public License v3.0
196 stars 8 forks source link

Offer credentials from `Git` group only (CLI flag & automatically) #50

Closed Frederick888 closed 1 year ago

Frederick888 commented 2 years ago

KeePassXC started providing group in get-logins response.

We can utilise it and implement a 'Git group only' mode flag.

Further this mode can potentially be switched on automatically if /usr/lib/git-core/git-remote-http is the caller (need to check feasibility and cross-platform compatibility).

See also #48.