doomemacs/modules/tools/pass
Dominik Schrempf e6a4effdf6 refactor(pass): make duplicate functions obsolete
The following functions are affected: `+pass/edit-entry`,
`+pass/copy-field`, `+pass/copy-secret`, `+pass/browse-url`. All of
these functions have counterparts in `password-store`. Additionally, the
functions in password store add git commit messages when files are
changed.

Questions:
- Should we also deprecate the `ivy` and `consult` versions? The
`password-store` versions work perfectly well here with `vertico` (not
sure about `ivy` though).
2021-10-05 02:27:30 +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 Minor refactors & reformatting across the board 2019-11-15 22:17:31 -05:00
packages.el Bump :tools 2021-07-09 17:42:18 -04: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.