spacemacs/layers/+tools/pass/README.org
John Practicalli Stevenson e38c33feb0 [applications] refactor key bindings to tools
refactor key bindings for packages under +layers/tools

Relates to #13503
2020-06-24 22:43:30 +02:00

40 lines
1.6 KiB
Org Mode

#+TITLE: Pass layer
#+TAGS: layer|tool
* Table of Contents :TOC_5_gh:noexport:
- [[#description][Description]]
- [[#features][Features:]]
- [[#install][Install]]
- [[#key-bindings][Key bindings]]
* Description
This layer adds integration with [[http://www.passwordstore.org/][pass]], the unix password manager.
You must have ~pass~ installed and available in your path for this layer to
function properly.
** Features:
- Use Spacemacs as your password manager
* Install
To use this configuration layer, add it to your =~/.spacemacs=. You will need to
add =pass= to the existing =dotspacemacs-configuration-layers= list in this
file.
* Key bindings
| Key bindings | Description |
|---------------+-----------------------------------------------|
| ~SPC a t P /~ | copy password using =helm-pass= or =ivy-pass= |
| ~SPC a t P y~ | copy password |
| ~SPC a t P Y~ | copy and describe password |
| ~SPC a t P ?~ | describe password |
| ~SPC a t P g~ | generate new password |
| ~SPC a t P i~ | insert new password |
| ~SPC a t P c~ | edit password |
| ~SPC a t P r~ | rename password |
| ~SPC a t P d~ | remove from password store |
| ~SPC a t P D~ | clear the password store |
| ~SPC a t P I~ | initialize the password store |
| ~SPC a t P w~ | open url |