|
@@ -4,7 +4,11 @@ A nice command line password manager, which is smart enough to use different SQL
|
|
|
Pwman3 can also copy passwords to the clipboard (on Mac and Linux) without exposing them, so you save
|
|
|
some typing.
|
|
|
Besides managing and storing passwords, Pwman3 can also generate passwords using different algorithms.
|
|
|
+## Nice Feature in pwman3:
|
|
|
|
|
|
+ * copying of passwords to clipboard
|
|
|
+ * lauching specific uri's with default browser
|
|
|
+ * password generators
|
|
|
|
|
|
## Installing
|
|
|
|
|
@@ -25,6 +29,8 @@ when using python >= 2.5
|
|
|
for nicer functionality:
|
|
|
xsel - to copy password to clipboard on Linux
|
|
|
|
|
|
+
|
|
|
+
|
|
|
Pwman now uses argparse, which is only
|
|
|
available in Python 2.7. Therefore, if you intend to use
|
|
|
pwman3 with an older version of Python, please do so before
|