doomemacs/modules/tools/pass
edgar-vincent d15022d4fe
fix(pass): enable evil-collection bindings
- Pass was launched in emacs-state because evil-collection didn't
  support pass when the module was written, but it does now.
- It also removes stale code relative to the PASSWORD_STORE_DIR
  environment variable, since the password store path is not hardcoded in
  pass.el anymore.
2022-07-23 15:59:43 +02:00
..
autoload refactor(pass): make duplicate functions obsolete 2021-10-05 02:27:30 +02:00
test :tools password-store -> :tools pass 2019-05-19 02:18:25 -04:00
config.el fix(pass): enable evil-collection bindings 2022-07-23 15:59:43 +02:00
packages.el bump: :tools 2022-03-31 19:25:50 +02:00
README.org add tool/pass readme 2020-05-04 18:18:10 +03:00

tools/pass

Description

  • Manage passwords on pass with power of doom.
  • You can open pass by M-x pass

Maintainers

This module has no dedicated maintainers.

Module Flags

  • +auth to enable auth-source-pass

Hacks

In pass-mode evil is put into emacs state so shown keybindings works correctly, but some keybindings is more evil.

keybinding action
j pass-next-entry
k pass-previous-entry
d pass-kill
C-j pass-next-directory
C-k pass-previous-directory

Prerequisites

  • This module requires that pass is installed and setup correctly.

TODO Features

TODO Configuration

Troubleshooting

No known issues.