readme update
authorlouisabraham <louis.abraham@yahoo.fr>
Fri, 7 Dec 2018 14:59:49 +0000 (15:59 +0100)
committerlouisabraham <louis.abraham@yahoo.fr>
Fri, 7 Dec 2018 14:59:49 +0000 (15:59 +0100)
README.md
README.rst
ffpass/__init__.py

index d55ac8cebb894fc274020c8952f841fbb3f2e6a7..4e7c6fe48b2f0930178e524ce87be795fed71534 100644 (file)
--- a/README.md
+++ b/README.md
@@ -18,8 +18,8 @@ pip install ffpass
 
 ## Features
 
-  - Support master passwords
-  - Automatic profile selection for Linux and macOS
+  - Supports master passwords
+  - Automatic profile selection for Linux, macOS and Windows
   - Export to CSV
   - Import from CSV compatible with Google Chrome
 
@@ -86,7 +86,7 @@ By default, it works with the passwords exported from Google Chrome.
     computer, and save the file to `passwords.csv` (or any other
     available name).
 
-*(instructions from https://support.1password.com/import-chrome/)*
+*(instructions from <https://support.1password.com/import-chrome/>)*
 
 ### Import in Firefox
 
@@ -136,4 +136,4 @@ ffpass export --to passwords.csv
 ## Credits
 
 Thanks a lot to @lclevy for the retro-engineering\! I was inspired by
-his repository https://github.com/lclevy/firepwd.
+his repository <https://github.com/lclevy/firepwd>.
index ecf66450047826871bbf21882e6359fff82a64ad..c8493025c6c80db8b4a4405b8b07ff0875ff8fe3 100644 (file)
@@ -19,8 +19,8 @@ ffpass requires Python 3.5+ and will work with Firefox 58+
 Features
 --------
 
--  Support master passwords
--  Automatic profile selection for Linux and macOS
+-  Supports master passwords
+-  Automatic profile selection for Linux, macOS and Windows
 -  Export to CSV
 -  Import from CSV compatible with Google Chrome
 
@@ -97,7 +97,7 @@ Export from Google Chrome
    computer, and save the file to ``passwords.csv`` (or any other
    available name).
 
-*(instructions from https://support.1password.com/import-chrome/)*
+*(instructions from*\ https://support.1password.com/import-chrome/\ *)*
 
 Import in Firefox
 ~~~~~~~~~~~~~~~~~
index be11d9d5a8d8a895d3c433691bb08ff8509cb93b..b1b6ea702508ccc4456aff9f1633ed3e13a06310 100755 (executable)
@@ -16,6 +16,10 @@ example of usage:
     
     ffpass import --from passwords.csv
 
+\033[0m\033[1;32m\033[F\033[F
+
+If you found this code useful, add a star on <https://github.com/louisabraham/ffpass>!
+
 \033[0m\033[F\033[F
 """