I moved my family from 1Password to Proton Pass, but I kept missing Quick Access and 1Password’s CLI integrations.I could not find an equivalent solution, so I built one and have been using it for a few months.Quick Access for Pass is a native macOS application that lets me search Proton Pass vaults from anywhere using a global keyboard shortcut. It supports passwords, OTPs, SSH keys, and command execution with credentials from Proton Pass.The project is built entirely around the Proton Pass CLI. To keep searches fast, it maintains an encrypted local index that contains only metadata for search and ranking. Secrets are fetched on demand from the Pass CLI and never stored locally.Curious whether other Proton Pass users have run into the same issue, particularly those coming from 1Password.