spacemacs/layers/+tools/pass/README.org

40 lines
1.6 KiB
Org Mode
Raw Normal View History

#+TITLE: Pass layer
2019-05-02 21:49:30 +00:00
#+TAGS: layer|tool
2019-05-07 20:05:06 +00:00
* Table of Contents :TOC_5_gh:noexport:
2017-05-22 14:16:12 +00:00
- [[#description][Description]]
2017-08-28 21:58:10 +00:00
- [[#features][Features:]]
2017-05-22 14:16:12 +00:00
- [[#install][Install]]
- [[#key-bindings][Key bindings]]
* Description
2017-08-28 21:58:10 +00:00
This layer adds intregration 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.
2017-08-28 21:58:10 +00:00
** 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
2017-05-22 14:16:12 +00:00
| Key bindings | Description |
2018-09-08 14:34:46 +00:00
|--------------+-----------------------------------------------|
| ~SPC A p /~ | copy password using =helm-pass= or =ivy-pass= |
| ~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 |