Skip to content

nazar-stasiv/ivy-pass

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ivy-pass

Quick start

Install, configure and initialize pass according to https://www.passwordstore.org/. For pass otp you’ll need otp.bash in .extensions directory.

To use ivy as pass frontend, clone project into source-dir and configure init.el

(use-package ivy-pass
  :ensure password-store-otp
  :load-path "source-dir")

evaluate, and run M-x ivy-pass. The default action is to copy the password to the kill ring.

Other actions (accessible with M-o):

  • edit an entry (e)
  • delete an entry (d)
  • add an entry (a)
  • rename an entry (r)
  • generate a new entry (g)
  • copy otp token (t)

About

ivy interface for pass

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Emacs Lisp 100.0%