KVAnton-WEB / passfzf

pass + fzf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

passfzf

pass + fzf

pass — the standard unix password manager
fzf is a general-purpose command-line fuzzy finder.

Data is copied to the PRIMARY selection (xsel --help) — mouse middle click to paste.
The PRIMARY selection clears itself after 25 seconds (only if the data still matches the copied one)

Supports a field with a header (copies only data without a header):
email: test@gmail.com

The PRIMARY selection will only be test@gmail.com

Find file and get any string (also via fzf):

passfzf show

Get OTP Code:

passfzf otp

Yes, the OTP selection is also triggered via fzf, which makes no sense, but I don't give a fuck 😈

Dependencies

  • pass
  • fzf
  • find
  • awk
  • xsel
  • xclip

About

pass + fzf

License:GNU General Public License v3.0


Languages

Language:Shell 100.0%