FZF frontend for pass
This repository has been archived on 2024-05-12. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
Marko Korhonen e4371370c1
Update readme
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
2019-08-28 22:16:49 +03:00
fzf-pass Added fzf-pass 2019-08-28 21:59:40 +03:00
LICENSE Initial commit 2019-08-28 21:57:28 +03:00
README.md Update readme 2019-08-28 22:16:49 +03:00

fzf-pass

This is a script heavily inspired by rofi-pass, but with FZF instead of Rofi. There's still a lot to do and this is just the first version. As it is now, it is only compatible with Sway (see TODO section)

TODO

  • Figure out a way to keep ydotool running after the popup terminal closes.
  • Add detection for different fields, and show them only if they are there. Right now every field is hardcoded
  • Add copy to clipboard option

Usage

AUR package coming soon

Add a keybind to your Sway config like so:

bindsym $mod+p exec $term --class fzf-pass -e sh -c path/to/fzf-pass.sh

To make instances of fzf-pass float, here's how you can do it:

for_window [app_id="fzf-pass"] focus, floating enabled, border pixel 1