I have a python script an exported all my passwords from firefox. I would like to add them to pass, but doing it one by one and with a password prompt would be messy.
Is there way I can import them automatically? Even if I wrote a shell script to read my password file and add that way it would be acceptable.
What are my options?