Skip to content

KVAnton-WEB/passfzf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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):

The PRIMARY selection will only be [email protected]

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