doomemacs/modules/tools/pass
2022-01-30 02:42:54 +01: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 Minor refactors & reformatting across the board 2019-11-15 22:17:31 -05:00
packages.el bump: :tools 2022-01-30 02:42:54 +01: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.