browserpass-extension icon indicating copy to clipboard operation
browserpass-extension copied to clipboard

Feature request: git commit new & changed passwords

Open tennox opened this issue 1 year ago • 2 comments

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
  • 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
  • Using gopass 1.15.11 with an alias to pass


Exact steps to reproduce the problem

  1. Create password via extension UI
  2. Save
  3. Check git status in ~/.password-store

What should happen?

Created file should be committed

What happened instead?

untracked file, no commit

tennox avatar Apr 09 '24 13:04 tennox

same with chromium - no commit nor push

gotjoshua avatar Apr 10 '24 07:04 gotjoshua

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).

max-baz avatar Apr 10 '24 08:04 max-baz