Emacs helm interface for pass, the standard unix password manager
Emacs Lisp
Switch branches/tags
Nothing to show
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
LICENSE Adds LICENSE Aug 12, 2016
README.org Adds references to other pass tools in Emacs Aug 25, 2016
helm-pass.el Fix paren and add lexical binding t Jun 27, 2017

README.org

helm-pass

Helm-pass is a helm interface for pass, the standard unix password manager.

Installation

helm-pass is available on MELPA. Assuming you use the excellent use-package package (and have MELPA set up), you may install and use it with the following:

(use-package helm-pass
  :ensure t
  :commands (helm-pass))

Usage

The main command is helm-pass which will list all the passwords that pass knows about and allow you to perform various commands on them. The default (i.e. just pressing RET) will copy the password to your clipboard.

Pass in Emacs

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