Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.14 KB

File metadata and controls

34 lines (22 loc) · 1.14 KB

DMS Pass Plugin

A Dank Material Shell launcher plugin to fuzzy-search Pass entries and copy them to the clipboard.

DMS Pass Screenshot

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 Enter to 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 with pinentry pre-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