spacemacs/layers/+tools/pass/README.org
syl20bnr 517c4eec68 pass: update layer to be more idiomatic and move key bindings on SPC A p
New prefix command SPC A for other applications
2017-05-18 23:12:56 -04:00

34 lines
1.2 KiB
Org Mode

#+TITLE: Pass contribution layer
* Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]]
- [[#install][Install]]
- [[#layer][Layer]]
- [[#key-bindings][Key Bindings]]
* Description
This layer adds intregration with [[http://www.passwordstore.org/][pass]], the standard unix password manager.
You must have ~pass~ installed and available in your path for this layer to
function properly.
* Install
** Layer
To use this configuration layer, add it to your =~/.spacemacs=. You will need to
add =passwords= to the existing =dotspacemacs-configuration-layers= list in this
file.
* Key Bindings
| Key Bindings | Description |
|--------------+-------------------------------|
| ~SPC A p y~ | copy password |
| ~SPC A p Y~ | copy and describe password |
| ~SPC A p ?~ | describe password |
| ~SPC A p g~ | generate new password |
| ~SPC A p i~ | insert new password |
| ~SPC A p c~ | edit password |
| ~SPC A p r~ | rename password |
| ~SPC A p d~ | remove from password store |
| ~SPC A p D~ | clear the password store |
| ~SPC A p I~ | initialize the password store |
| ~SPC A p w~ | open url |