spacemacs/layers/+tools/pass/README.org
Andrew Oppenlander 3dd9fc5d4e Added pass contrib layer that repescts dotspacemacs-use-ido and
describes multiline pass entries.
2017-05-18 23:12:56 -04:00

1.5 KiB

#+TITLE Pass contribution layer for Spacemacs

Table of Contents

Description

This layer adds intregration with pass, the standard unix password manager. You must have pass installed for this layer to function properly.

Key Bindings

Key Bindings Description
SPC P s y copy password (password-store-copy)
SPC P s Y copy and describe password (pass/password-store-copy-and-describe)
SPC P s ? describe password (pass/password-store-describe)
SPC P s g generate new password (password-store-generate)
SPC P s i insert new password (password-store-insert)
SPC P s c edit password (password-store-edit)
SPC P s r rename password (password-store-rename)
SPC P s d remove from password store (password-store-remove)
SPC P s D clear the password store (password-store-clear)
SPC P s I initialize the password store (password-store-init)
SPC P s w open url (password-store-url)