fzf-pass
is a small wayland client for pass
using fzf as the user interface. It uses
wl-clipboard to copy fields/passwords
into the clipboard.
The easiest way to install is from nix. For instance:
nix-build https://github.com/cprussin/fzf-pass/tarball/master
You can also build from source (without nix) by using cabal-install
. If you
build from source manually, you'll need to make sure the following are in your
$PATH
at runtime:
If anyone wants to put together fzf-pass packages for systems other than nix, I'd love to accept contributions!
Simple: fzf-pass
- Copy any field to the clipboard
- Copy OTP codes to the clipboard (you'll need pass-otp installed for this)
- Clear the clipboard after 30 seconds for passwords
- For entries with a field named
URL
, you'll get aGo to site
option that uses$BROWSER
to launch your web browser.