Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jabranham/helm-pass
Moved to gitlab
https://github.com/jabranham/helm-pass
emacs helm pass
Last synced: 3 months ago
JSON representation
Moved to gitlab
- Host: GitHub
- URL: https://github.com/jabranham/helm-pass
- Owner: jabranham
- License: gpl-3.0
- Archived: true
- Created: 2016-08-12T03:06:23.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-16T03:37:15.000Z (almost 7 years ago)
- Last Synced: 2024-08-05T06:06:15.144Z (6 months ago)
- Topics: emacs, helm, pass
- Language: Emacs Lisp
- Homepage: https://gitlab.com/jabranham/helm-pass
- Size: 33.2 KB
- Stars: 23
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.org
- License: LICENSE
Awesome Lists containing this project
README
#+TITLE: helm-pass
#+AUTHOR: J. Alexander Branham
#+EMAIL: [email protected]
#+LANGUAGE: en-usHelm-pass is a [[https://emacs-helm.github.io/helm/][helm]] interface for [[https://www.passwordstore.org/][pass]], the standard unix password
manager.* Installation
You may clone =helm-pass= from its git repository, or install it from MELPA. To
load it, assuming you use the excellent [[https://github.com/jwiegley/use-package][use-package]] package, it is as simple as:#+BEGIN_SRC emacs-lisp
(use-package helm-pass)
#+END_SRC* 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:
- password-store.el (which helm-pass relies on): https://git.zx2c4.com/password-store/tree/contrib/emacs/password-store.el
- pass.el (a major mode for pass): https://github.com/NicolasPetton/pass
- auth-password-store.el (integration of Emacs' auth-source with pass): https://github.com/DamienCassou/auth-password-store
- ivy-pass.el, for users of ivy [[https://github.com/ecraven/ivy-pass]]