tools/password-store: improve ivy support (#103)
+ Removed +pass/find & +pass/browse. + Added +pass/open (delegates to +pass/ivy, helm-pass or pass, depending). + Added +pass/ivy with copy password/username, open url and edit entry actions.
This commit is contained in:
parent
20cd13c572
commit
0047baf15c
2 changed files with 42 additions and 7 deletions
|
@ -1,5 +1,13 @@
|
|||
;;; tools/password-store/config.el -*- lexical-binding: t; -*-
|
||||
|
||||
(defvar +pass-user-fields '("login" "user" "username" "email")
|
||||
"A list of fields for `+pass/ivy' to search for the username.")
|
||||
|
||||
|
||||
;;
|
||||
;; Plugins
|
||||
;;
|
||||
|
||||
(def-package! password-store
|
||||
:config
|
||||
(setq password-store-password-length 12))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue