This is a GNOME search provider for use with pass, the standard Unix password manager.
passrecording.webm
It is written 100% in rust using the ripasso library and has no runtime dependencies, not even pass itself.
Passwords will be cleared from the clipboard in 40 seconds. OTP is supported, prefix your search with otp
and then select a search result as normal.
Available on the aur as ripasso-gnome-search-provider
You will need to re-log your GNOME session after installing the package.
Clone this repository and run:
cargo build --release && sudo ./install.sh
Make sure the search provider is enabled in GNOME settings under Search.
systemctl --user edit io.m51.Pass.SearchProvider.service
Add the following to the file:
[Service]
Environment="PASSWORD_STORE_DIR=/path/to/password-store"