aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/contrib/emacs/README.md
diff options
context:
space:
mode:
authorTino Calancha <tino.calancha@gmail.com>2022-09-06 20:50:35 +0200
committerTino Calancha <tino.calancha@gmail.com>2022-09-06 20:55:16 +0200
commit47f8d950c58949733862813f29856480a9e232c7 (patch)
tree8d213157956b22a5acb7a2b984250c4d6d1eba14 /contrib/emacs/README.md
parentemacs: Fix an infloop on Windows enviroments (diff)
downloadpassword-store-47f8d950c58949733862813f29856480a9e232c7.tar.xz
password-store-47f8d950c58949733862813f29856480a9e232c7.zip
emacs: Add command password-store-generate-no-symbols
This command generates a new password not including symbols. Suggested by Aner Zakobar <aner@zakobar.com>: https://lists.zx2c4.com/pipermail/password-store/2022-August/004638.html
Diffstat (limited to 'contrib/emacs/README.md')
-rw-r--r--contrib/emacs/README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/contrib/emacs/README.md b/contrib/emacs/README.md
index d3679e9..8269c35 100644
--- a/contrib/emacs/README.md
+++ b/contrib/emacs/README.md
@@ -19,6 +19,14 @@ Interactive:
Password: ........
Confirm password: ........
+ ;; Generate a random password.
+ M-x password-store-generate
+ Password entry: bar-account
+
+ ;; Generate a random password without symbols.
+ M-x password-store-generate-no-symbols
+ Password entry: qux-account
+
M-x password-store-copy
Password entry: foo-account
Copied password for foo-account to the kill ring. Will clear in 45 seconds.