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 pass module currently depends on the pass shell script, which isn't portable to Windows. It should be rewritten to directly do GPG operations. As a bonus, this should remove any dependencies that need to be manually installed on Linux and macOS too.
The text was updated successfully, but these errors were encountered:
pypass just directly executes GPG statements, so if we can bundle GPG1 (which should only need a single .exe and .dll, as I read somewhere, yet forgot where) with this module for Windows, we just need to make sure pypass can detect it I would think.
The pass module currently depends on the pass shell script, which isn't portable to Windows. It should be rewritten to directly do GPG operations. As a bonus, this should remove any dependencies that need to be manually installed on Linux and macOS too.
The text was updated successfully, but these errors were encountered: