From dde2b76589779e9885fc611d9bfbdb56a781ae27 Mon Sep 17 00:00:00 2001 From: Pedro de Carvalho Date: Wed, 6 Feb 2019 17:36:32 +0000 Subject: [PATCH] Add notes and steps to close Firefox Specify that Firefox must be closed during the whole process, as it modifies its database. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 1c2eee4..243a69f 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,9 @@ pip install ffpass - Export to CSV - Import from CSV compatible with Google Chrome + +> Note: Firefox must be closed during the whole process, as these actions change its database. + ## Export to CSV ``` bash @@ -90,6 +93,8 @@ By default, it works with the passwords exported from Google Chrome. ### Import in Firefox +1. Stop Firefox +2. Import into Firefox: ``` bash ffpass import --from passwords.csv ``` @@ -101,6 +106,8 @@ Restart Firefox, making sure it didn't leave any process still open. ### Export from Firefox +1. Stop Firefox +2. Export from Firefox: ``` bash ffpass export --to passwords.csv ``` -- 2.52.0