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
The above proposal may involve a lot of integration testing.
A quick win would be if you can add a "Open folder in git bash" to the context menu (similar to the "Open folder with file manager). This command should be only visable when SETTINGS / PROGRAMS / NATIV / GIT BASH (new config option) is defined.
where %LOCALAPPDATA%\Programs\Git\bin\bash.exe is from SETTINGS / PROGRAMS / NATIV / GIT BASH and e:\passwordstore\ should come from SETTINGS / PROFILE (current active passwordstore location) - just add the context menu "dir names".
I have setup "git bash" on my windows machine and i am using my "pass" within git bash.
Instead of using the "pass imitation" (see https://github.com/IJHack/QtPass/blob/master/src/pass.cpp#L13) i want to let QtPass to use the real pass command line tool.
First i thought a windows .bat file as a wrapper could be a quick workaround:
but then i realized that pass is using interactive mode for
pass insert
which do not work that way.Would be nice if you would add support for "git bash" on windows (to point QtPass to /usr/bin/pass).
That way it would be possible to use a maybe newer version, an older version or a custom patched version of pass.
The text was updated successfully, but these errors were encountered: