diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 12:31:43 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-17 12:38:10 -0400 |
commit | d33d29e45d913925fb025963b8070df730ede61a (patch) | |
tree | 84101f6314619dfc4c54b67442e94f53e77cbe7b /system/pwman/README | |
parent | 71b9cccd75de314e35fb524b69a67f019e7afa7d (diff) |
system/pwman: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'system/pwman/README')
-rw-r--r-- | system/pwman/README | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/system/pwman/README b/system/pwman/README index 7f4ec3cf944f..662a098d8b63 100644 --- a/system/pwman/README +++ b/system/pwman/README @@ -1,18 +1,21 @@ PWman (An NCurses password management program) -PWMan is a password manager which uses gpg encryption to safeguard your data. -It provides a simple and easy to use command line (NCurses) interface to -manage, store, search and retrieve your passwords. +PWMan is a password manager which uses gpg encryption to safeguard +your data. It provides a simple and easy to use command line +(NCurses) interface to manage, store, search and retrieve your +passwords. The look and feel is based on Jaakko Heinonen's abook. BEFORE USING PWMAN -While compilation does not directly require it, usage relies on Gnu Privacy -Guard (gpg) being installed. You will need to specify a GnuPG ID the -first time a user runs pwman, so this must be set up beforehand. +While compilation does not directly require it, usage relies on +Gnu Privacy Guard (gpg) being installed. You will need to specify +a GnuPG ID the first time a user runs pwman, so this must be set up +beforehand. -There is more information on the gpg manpage, but you can probably just run +There is more information on the gpg manpage, but you can probably +just run: % gpg --gen-key |