stumpwm.stumpwm-contrib/util/pass
Spenser Truex d337cfccf5
Add $PASSWORD_STORE_DIR support to pass for XDG (#182)
pass has partial support for the XDG Base Directory specification. The most
common value for PASSWORD_STORE_DIR is either unset or
$XDG_DATA_DIR/password-store

See the man page of pass for more details:
https://git.zx2c4.com/password-store/about/#ENVIRONMENT%20VARIABLES
2020-03-26 20:04:36 -05:00
..
pass.asd Add $PASSWORD_STORE_DIR support to pass for XDG (#182) 2020-03-26 20:04:36 -05:00
pass.lisp Add $PASSWORD_STORE_DIR support to pass for XDG (#182) 2020-03-26 20:04:36 -05:00
README.org Add pass-copy-menu 2019-04-29 02:01:26 -05:00

Usage

Put the following in your ~/.stumpwmrc:

(load-module "pass")

The following commands will become available:

  • pass-copy: select an entry to put into the clipboard. (Auto-completion is available.)
  • pass-copy-menu: select an entry from a menu to put into the clipboard.
  • pass-generate: generate a password for a new given entry and put it into the clipboard.

There is no command to edit existing entries or to save a new entry because the UI would be awkward at best.

The pass:*password-store* variable defines the home directory, #P"~/.password-store/" by default.