From 367e7e814e1dd3c3a82179c29281b773449de909 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Etienne=20Prud=E2=80=99homme?= Date: Fri, 15 Mar 2019 17:25:54 -0400 Subject: [PATCH] Add new action to copy the pass-name --- helm-pass.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/helm-pass.el b/helm-pass.el index 4808dc2..91c3ca2 100644 --- a/helm-pass.el +++ b/helm-pass.el @@ -76,7 +76,8 @@ Does not clear it from clipboard." '(("Copy password to clipboard" . password-store-copy) ("Copy username to clipboard" . helm-pass-get-username) ("Edit entry" . password-store-edit) - ("Browse url of entry" . password-store-url)) + ("Browse url of entry" . password-store-url) + ("Copy pass-name to clipboard" . kill-new)) "List of actions for `helm-pass'." :group 'helm-pass :type '(alist :key-type string :value-type function))