A Dank Material Shell launcher plugin to fuzzy-search Pass entries and copy them to the clipboard.
- Fuzzy Search: Quickly find passwords with non-contiguous search.
- Concise Display: Shows folder paths and usernames clearly.
- Clipboard Copy: Copies passwords directly to the clipboard using
pass -c.
- Trigger:
pass - Action: Press
Enterto copy the password to the clipboard.
- Store Location: Defaults to
${PASSWORD_STORE_DIR:-$HOME/.password-store}. - Authentication: Relies on the standard GPG agent and
pinentry. Since DMS comes withpinentrypre-configured, no additional setup is usually required. If your key is locked, a GUI prompt will appear.
Clone this repository directly into your DMS plugins directory:
git clone https://github.com/LouisKottmann/dms-pass.git ~/.config/DankMaterialShell/plugins/dms-passThen reload plugins via settings or run:
dms ipc call plugins reload dmsPass