Im not sure if my importer will fix this problem, but you could try it. Should be fairly easy to modify to get what you need as well. https://github.com/roboman2444/last2pass
On Mon, Mar 21, 2016 at 3:43 AM, βίος <[email protected]> wrote: > Hi. > > I’m making a move from lastpass to pass, and I used lastpass2pass.rb file > from homepage on the .csv file of lastpass. > > However, I noticed that a lot of my accounts was missing on pass > database, which have the same names. > > For example, to reproduce, assume I have these 3 accounts with the same > name and from the same site on the file testdb.csv > > url,username,password,extra,name,grouping,favhttp://example.com/,[email protected],password1,,example_name,Test,0http://example.com/,account_2,password2,,example_name,Test,0http://example.com/,[email protected],password3,,example_name,Test,0 > > Result of lastpass2pass.rb > > ➜ ~ ./lastpass2pass testdb.csv > Reading 'testdb.csv'... > 3 records found! > Records parsed: 3 > Creating record Test/example_name... done! > Creating record Test/example_name... done! > Creating record Test/example_name... done! > 3 records successfully imported! > > But, pass only shows 1 account on the database: > > ➜ ~ pass > Password Store > └── Test > └── example_name > ➜ ~ pass Test/example_name > password3 > --- > Test / example_name > username: [email protected] > password: password3 > url: http://example.com/ > > On lastpass, having duplicate names and url results in multiple entries > for different accounts, which is in the same site. > > For now, look like I can’t use pass yet, but I’ll wait for my problem to > be solved so I can give another try on. > > > _______________________________________________ > Password-Store mailing list > [email protected] > http://lists.zx2c4.com/mailman/listinfo/password-store > >
_______________________________________________ Password-Store mailing list [email protected] http://lists.zx2c4.com/mailman/listinfo/password-store
