ff-password-exporter
ff-password-exporter copied to clipboard
Please create a command-line version of this tool
A node script that takes the required parameters and exports the data.
@kspearrin how difficult can that be? I can do it myself if you can point me at where the relevant code is.
Also, should it be possible to also import back the passwords? The flow I have in mind is:
- Export
- Edit
- Import
Done: https://github.com/lgommans/fx-password-exporter
Edit: just saw you (noamtamim) also wanted some sort of edit and import functionality. I just took the export code from this tool and turned it into a command line tool. There is no editing (there is vim for that) or import functionality.
Thank you @lgommans! Obviously "edit" is not meant to be done by this script.