Skip to content

Fingel/ripasso-gnome-search-provider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pass Search Provider for GNOME Shell

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.

Installation

Arch Linux

Available on the aur as ripasso-gnome-search-provider

You will need to re-log your GNOME session after installing the package.

Manual

Clone this repository and run:

cargo build --release && sudo ./install.sh

Make sure the search provider is enabled in GNOME settings under Search.

Setting a custom PASSWORD_STORE_DIR

systemctl --user edit io.m51.Pass.SearchProvider.service

Add the following to the file:

[Service]
Environment="PASSWORD_STORE_DIR=/path/to/password-store"

About

A Pass Password Manager Search Provider for GNOME Shell

Resources

License

Stars

Watchers

Forks

Packages

No packages published