Feature request: git commit new & changed passwords
General information
-
Operating system + version: NixOS, linux 6.1
-
Browser + version: Firefox 123
-
Information about the host app:
- How did you install it?
NixOS:
programs.browserpass.enable = true; - If installed an official release, put a version (
$ browserpass --version): 3.1.0
- How did you install it?
NixOS:
-
Information about the browser extension:
- How did you install it?
pkgs.firefox.override { enableBrowserpass = true; } - Browserpass extension version as reported by your browser: 3.8.0
- How did you install it?
-
Using gopass 1.15.11 with an alias to
pass
Exact steps to reproduce the problem
- Create password via extension UI
- Save
- Check
git statusin ~/.password-store
What should happen?
Created file should be committed
What happened instead?
untracked file, no commit
same with chromium - no commit nor push
Thanks for the feature request! Although browserpass is not using pass under the hood (the only dependency today is gpg), we do like to be compatible with it - pass doesn't do git pushes, but it does indeed do git commits, so we should consider this as well. I'll transfer this to the extension repo for more visibility, since if we were to do it, it's likely going to involve extension changes as well (e.g. to configure location of git binary).