Fast fuzzy password search for Proton Pass CLI.
- Fuzzy Search — Uses fzf for interactive fuzzy selection when multiple items match
- Auto Clipboard — Copies username first, then password after 3 seconds (Wayland)
- Smart Caching — First search takes ~8-10s, subsequent searches <1s (5-minute cache)
- Parallel Search — Searches all vaults concurrently for speed
- pass-cli installed and logged in
- fzf for fuzzy selection
- wl-clipboard for Wayland clipboard support
- Rust 1.85+ (for building from source)
cargo install --git https://github.com/abdullah-a8/Pass-Query
Or build from source:
git clone https://github.com/abdullah-a8/Pass-Query
cd pq
cargo install --path .
pq <search-term> Search and copy credentials to clipboard
pq -p <search-term> Print credentials to stdout instead
pq -r <search-term> Force refresh cache before searching
pq --help Show help
- Searches all Proton Pass vaults in parallel
- If multiple matches found, opens fzf for fuzzy selection
- Copies username to clipboard
- Waits 3 seconds for you to paste
- Copies password to clipboard
MIT