This script is based on the fzf-pass script by ReekyMarko https://git.reekynet.com/ReekyMarko/fzf-pass/ but using fuzzel instead of fzf, which works on wayland without additional configuration. It uses wtype to type the information.
Copy the script in a directory and point to it in your keybind.
Arch users can install the script from the AUR
- fuzzel
- pass
- wtype
- pass-otp (optional for otp)
Add a keybind to your Window Manager configuration.
bindsym $mod+p exec pass-autotype
If you have your Password Store in another place, set the variable $PASSWORD_STORE_DIR
Any contributions are welcome! If you find anything that can be better, open an Issue or a PR in this repository.