A major mode for password-store
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Juergen Hoetzel dd487a0e22 Fix invalid function definition 6 years ago
test Rename the project to `pass` 8 years ago
.dir-locals.el dir-locals cleanup 6 years ago
.gitignore Ignore generated dist/ 8 years ago
.travis.yml Add related-files 8 years ago
CONTRIBUTING.md Add related-files 8 years ago
Cask Rename the project to `pass` 8 years ago
LICENSE Initial commit 8 years ago
Makefile Rename the project to `pass` 8 years ago
README.md add reference to other pass repos 6 years ago
pass.el Fix invalid function definition 6 years ago

README.md

pass

A major-mode to manage your password-store (pass) keychain. The keychain entries are displayed in a directory-like structure.

Canonical repository: https://petton.fr/git/nico/pass.

Installing

Use melpa.

Getting started

This library depends on password-store.el.

M-x pass

The following keybindings are available:

  • i: Insert a new entry (With a prefix argument, generate the password)
  • n: Go to the next entry
  • p: Go to the previous entry
  • M-n: Go to the next directory
  • M-p: Go to the previous directory
  • k: Remove the entry at point
  • s: Trigger iSearch
  • r: Trigger iSearch (backward)
  • ?: Help
  • g: Update the password-store buffer
  • RET or v: Go to the entry at point
  • q: Quit pass

Pass in Emacs

Users of this package may also be interested in functionality provided by other Emacs packages dealing with pass:

Contributing

Yes, please do! See CONTRIBUTING for guidelines.

License

See LICENSE. Copyright (c) 2015-2016 Nicolas Petton & Damien Cassou.