doomemacs/modules/tools/pass
Henrik Lissner 04eb44a610 tools/pass: remove auth-source-pass recipe
A sufficiently up-to-date version of this package is built into Emacs
27.1+. Since we dropped 26.x support in 044a1a5f2 this is no longer
needed.

Mentioned in https://discourse.doomemacs.org/t/1180
2021-07-08 00:29:32 -04:00
..
autoload featuregate ivy dependent autoloads for irc, pass 2021-05-21 00:51:11 +03: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 tools/pass: remove auth-source-pass recipe 2021-07-08 00:29:32 -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.