From: louisabraham Date: Fri, 31 May 2019 07:57:42 +0000 (+0200) Subject: add pypi badge X-Git-Url: https://git.nutra.tk/v1?a=commitdiff_plain;h=ea528af6ac104d4bc396a70d05a3c62a5cacea0c;p=gamesguru%2Fffpass.git add pypi badge --- diff --git a/README.md b/README.md index 0fb5fd1..bbd056e 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![PyPI +version](https://badge.fury.io/py/pypi.svg)](https://badge.fury.io/py/pypi) [![Downloads](https://pepy.tech/badge/ffpass)](https://pepy.tech/project/ffpass) # ffpass - Import and Export passwords for Firefox Quantum @@ -23,8 +25,8 @@ 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. +> Note: Firefox must be closed during the whole process, as these +> actions change its database. ## Export to CSV @@ -93,21 +95,26 @@ By default, it works with the passwords exported from Google Chrome. ### Import in Firefox -1. Stop Firefox -2. Import into Firefox: +1. Stop Firefox +2. Import into Firefox: + + + ``` bash ffpass import --from passwords.csv ``` Restart Firefox, making sure it didn't leave any process still open. - ## Transfer from Firefox to Google Chrome ### Export from Firefox -1. Stop Firefox -2. Export from Firefox: +1. Stop Firefox +2. Export from Firefox: + + + ``` bash ffpass export --to passwords.csv ``` @@ -148,10 +155,10 @@ ffpass export --to passwords.csv It means that Firefox currently doens't store any password. `ffpass` cannot create the password database for security reasons. Just add one password manually to Firefox to create the database. - + - `TypeError: 'PosixPath' object is not iterable` - - See [#17](https://github.com/louisabraham/ffpass/issues/17). + + See [\#17](https://github.com/louisabraham/ffpass/issues/17). - Empty url field in Firefox after importing: the urls of the source csv file must begin with a scheme (`http://`, `https://`, `ftp://`,