+pass/ivy: fix open-url; add +pass-get-field (#103)

This commit is contained in:
Henrik Lissner 2017-06-12 02:38:16 +02:00
parent 8c3cf83c6c
commit 77298f3672
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 41 additions and 25 deletions

View file

@ -3,6 +3,9 @@
(defvar +pass-user-fields '("login" "user" "username" "email")
"A list of fields for `+pass/ivy' to search for the username.")
(defvar +pass-url-fields '("url" "site" "location")
"A list of fields for `+pass/ivy' to search for the username.")
;;
;; Plugins