-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for gpg2 #26
Comments
Should be as easy as making this string/path configurable. We could add a |
Sean Lavine <[email protected]> writes:
Should be as easy as making this
[string/path](https://github.com/drudge/node-gpg/blob/986cff9c66bc0e51b515d0d95c7eba663d93a16e/lib/spawnGPG.js#L114)
configurable.
what about something like that as a default:
https://github.com/keybase/gpg-wrapper/blob/e181adef2e88ad611acbeb14b240ffda5dcaea14/src/gpg.iced#L27
This sets the command as 'gpg2' if found, 'gpg' if not.
…--
Damien Cassou
http://damiencassou.seasidehosting.st
"Success is the ability to go from one failure to another without
losing enthusiasm." --Winston Churchill
|
I took a look at that, it's not a bad approach, but it still requires the user of that module to call |
Yo @DamienCassou This project is a node wrapper around gpg2: https://github.com/wswoodruff/doggo |
The command
gpg
is always used to start GnuPG. Would it be possible to add support forgpg2
?The text was updated successfully, but these errors were encountered: