2017-08-28 15:33:55 +00:00
|
|
|
#+TITLE: Pass layer
|
2015-10-13 02:29:55 +00:00
|
|
|
|
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]]
|
2018-12-05 03:03:03 +00:00
|
|
|
- [[#key-bindings][Key bindings]]
|
2015-10-13 02:29:55 +00:00
|
|
|
|
|
|
|
* Description
|
2019-06-01 17:13:30 +00:00
|
|
|
This layer adds integration with [[http://www.passwordstore.org/][pass]], the unix password manager.
|
2017-05-19 03:00:49 +00:00
|
|
|
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
|
2020-09-18 19:11:58 +00:00
|
|
|
- Support for OTP via (password-store-otp)
|
|
|
|
- Use password-store as an Emacs auth source (auth-source-pass)
|
|
|
|
See [[info:auth#The Unix password store][its info page]] for more details on using it.
|
2017-08-28 21:58:10 +00:00
|
|
|
|
2017-05-19 03:00:49 +00:00
|
|
|
* Install
|
|
|
|
To use this configuration layer, add it to your =~/.spacemacs=. You will need to
|
2017-07-05 02:43:01 +00:00
|
|
|
add =pass= to the existing =dotspacemacs-configuration-layers= list in this
|
2017-05-19 03:00:49 +00:00
|
|
|
file.
|
2015-10-13 02:29:55 +00:00
|
|
|
|
2018-12-05 03:03:03 +00:00
|
|
|
* Key bindings
|
2017-05-22 14:16:12 +00:00
|
|
|
|
2020-09-18 19:11:58 +00:00
|
|
|
| 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 |
|
|
|
|
| ~SPC a t P o y~ | copy OTP token |
|
|
|
|
| ~SPC a t P o Y~ | copy OTP URI |
|
|
|
|
| ~SPC a t P o i~ | insert new OTP |
|
|
|
|
| ~SPC a t P o a~ | append OTP to an entry |
|
|
|
|
| ~SPC a t P o A~ | append OTP to an entry from QR code image in clipboard |
|