jbreams / gonepass

GTK+ 1Password reader
Other
130 stars 12 forks source link

1password changed file structure #7

Open nathan-lochala opened 8 years ago

nathan-lochala commented 8 years ago

It looks like 1password has changed up their file structure. This prevents gone pass from finding the needed keys and files. See the new structure below. This represents the sync'd dropbox directory from 1password.

1Password.opvault
.
└── default
    ├── band_0.js
    ├── band_1.js
    ├── band_2.js
    ├── band_3.js
    ├── band_4.js
    ├── band_5.js
    ├── band_6.js
    ├── band_7.js
    ├── band_8.js
    ├── band_9.js
    ├── band_A.js
    ├── band_B.js
    ├── band_C.js
    ├── band_D.js
    ├── band_E.js
    ├── band_F.js
    ├── folders.js
    └── profile.js

1 directory, 18 files
jbreams commented 8 years ago

Yeah, you've got an opvault instead of an agilekeychain. I'm working on adding support for this but it's not an easy fix by any means.

tlnagy commented 6 years ago

Any luck with this?