From 47f8d950c58949733862813f29856480a9e232c7 Mon Sep 17 00:00:00 2001 From: Tino Calancha Date: Tue, 6 Sep 2022 20:50:35 +0200 Subject: emacs: Add command password-store-generate-no-symbols This command generates a new password not including symbols. Suggested by Aner Zakobar : https://lists.zx2c4.com/pipermail/password-store/2022-August/004638.html --- contrib/emacs/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'contrib/emacs/README.md') 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. -- cgit v1.2.3-54-g00ecf