ff-password-exporter icon indicating copy to clipboard operation
ff-password-exporter copied to clipboard

Please create a command-line version of this tool

Open noamtamim opened this issue 6 years ago • 4 comments

A node script that takes the required parameters and exports the data.

noamtamim avatar Oct 03 '18 19:10 noamtamim

@kspearrin how difficult can that be? I can do it myself if you can point me at where the relevant code is.

noamtamim avatar Oct 07 '18 18:10 noamtamim

Also, should it be possible to also import back the passwords? The flow I have in mind is:

  1. Export
  2. Edit
  3. Import

noamtamim avatar Oct 07 '18 18:10 noamtamim

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.

lgommans avatar May 09 '19 00:05 lgommans

Thank you @lgommans! Obviously "edit" is not meant to be done by this script.

noamtamim avatar May 09 '19 18:05 noamtamim