diff options
author | eniotna.t <eniotna.t@gmail.com> | 2014-08-29 15:19:28 +0200 |
---|---|---|
committer | eniotna.t <eniotna.t@gmail.com> | 2014-08-29 15:19:28 +0200 |
commit | a3d1279dc88fb6e2ca5eeb3c1e3aa1a7a0f7054b (patch) | |
tree | d97643123b2a6c84ff3cbca25e04ec0826964cad /scripts/xmonadpropread.hs | |
parent | da55f3778c9ac27a23f5566f300f74337f3fadaa (diff) | |
download | XMonadContrib-a3d1279dc88fb6e2ca5eeb3c1e3aa1a7a0f7054b.tar.gz XMonadContrib-a3d1279dc88fb6e2ca5eeb3c1e3aa1a7a0f7054b.tar.xz XMonadContrib-a3d1279dc88fb6e2ca5eeb3c1e3aa1a7a0f7054b.zip |
add-new-xmonad-prompt-pass
Ignore-this: 11e85dfe3d24cef88d8d89f4e7b1ec0b
This module provides 3 <XMonad.Prompt> to ease passwords manipulation (generate, read, remove):
- one to lookup passwords in the password-storage.
- one to generate a password for a given password label that the user inputs.
- one to delete a stored password for a given password label that the user inputs.
All those prompts benefit from the completion system provided by the module <XMonad.Prompt>.
The password store is setuped through an environment variable PASSWORD_STORE_DIR.
If this is set, use the content of the variable.
Otherwise, the password store is located on user's home @$HOME\/.password-store@.
Source:
- The password storage implementation is <http://git.zx2c4.com/password-store the password-store cli>.
- Inspired from <http://babushk.in/posts/combining-xmonad-and-pass.html>
darcs-hash:20140829131928-ab0f9-201583ab1cebfed0b77492c080b8a70f7b389eeb.gz
Diffstat (limited to 'scripts/xmonadpropread.hs')
0 files changed, 0 insertions, 0 deletions