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.
 
 
Nicolas Petton 77493960d1 Rename the project to `pass` 8 years ago
test Rename the project to `pass` 8 years ago
.dir-locals.el Add related-files 8 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 Rename the project to `pass` 8 years ago
pass.el Rename the project to `pass` 8 years ago

README.md

pass

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

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

Contributing

Yes, please do! See CONTRIBUTING for guidelines.

License

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