Skip to content

syohex/pass-mode

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pass-mode

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-mode

Contributing

Yes, please do! See CONTRIBUTING for guidelines.

License

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

About

A major mode for password-store

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Emacs Lisp 90.7%
  • Makefile 9.3%