IJHack / QtPass

QtPass is a multi-platform GUI for pass, the standard unix password manager.
https://qtpass.org/
GNU General Public License v3.0
1.03k stars 162 forks source link

How works the Git integration ? #447

Open Spheerys opened 5 years ago

Spheerys commented 5 years ago

Hi,

I'm using qtpass with pass programm, so I'm not using Git/GPG native mode. I had set a distant git repository on my ~/.password-store directory and it's working well from a terminal (git commit, git push...) I don't understand how the git integration on qtpass is working...

For example, I'm using another well know programm to manage my Notes : Zim : it's also has Git integration and it's working like this : on save, Zim can be configured to make semi-automatically a commit. I just have to eventually push manually somewhere all my modifications.

It's look than qtpass doesn't works like zim with auto-push and auto-pull setting, but I didn't find any documentation on it. is it possible to make auto-commit when saving ? Because auto-pushing without commiting is not very usefull !

Thanks for your answers :)

Spheerys commented 5 years ago

Oh I have found why it was not working :

In fact, qtpass seams not manage externals modifications on the pass directory. Maybe an explicit error/warning message could be usefull ?