vext01 / passout

Simple password manager built on GnuPG.
4 stars 1 forks source link

Json config and fix py3 #18

Closed vext01 closed 8 years ago

vext01 commented 8 years ago

Richard,

Can youhave a quick look at this.

You will need to update your config file, but it is trivial. Something like this in passout.json (note new file name also):

{                                                                               
    "id": "jim@bob.com",                                               
    "gpg": "/usr/local/bin/gpg2"                                                
}   

Once this is in, I will add travis to PRs.

richlanc commented 8 years ago

No issues, looks good.