csv2keychain
csv2keychain copied to clipboard
Small tool for adding exported credentials from Chrome to macOS keychain
Your script is awesome, thank you! The recently built-in Safari import of passwords from Chrome does not work properly so I reverted back to your script and I get the...
Is it possible to move my credentials from Safari to Chrome?
I do not own a mac and would like to do the same, any way to do it on iphone or windows 10 please? thanks
For now, I have to delete all existing Internet passwords then use `-u` which has no effect because of the deletion. Thanks.
I'd like to do Safari –> Chrome. Would that be possible too?
I installed the script, but I can't get it to work. Every time I try I get this: -bash: csv2keychain: command not found Any ideas?
The scrip works on Safari as expected only for a few passwords. Until Safari asks for my user password again. Then it can't find the UI it needs. Maybe if...
Hey @nntarasov, Just want to say thank you for building this script! Haven't used it yet, and maybe I even won't use it, but it's something I was looking for...
It seems that a new note field has been added when using chrome's password export. ``` % head -n 1 ~/Downloads/pass.csv name,url,username,password,note ``` Without the note field I get the...