DMS Pass Plugin
February 5, 2026 ยท View on GitHub
A Dank Material Shell launcher plugin to fuzzy-search Pass entries and copy them to the clipboard.

Features
- 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.
Usage
- Trigger:
pass - Action: Press
Enterto copy the password to the clipboard.
Configuration
- 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.
Installation
Clone this repository directly into your DMS plugins directory:
git clone https://github.com/LouisKottmann/dms-pass.git ~/.config/DankMaterialShell/plugins/dms-pass
Then reload plugins via settings or run:
dms ipc call plugins reload dmsPass