Bitwarden Plugin for DMS Launcher
April 26, 2026 ยท View on GitHub
Launcher plugin for DankMaterialShell to search through bitwarden entries with rbw and copy or type fields.
Features
- Search across all Bitwarden entries from the DMS launcher
- Supports Login, Card, Identity, SSH Key, and Note entry types with type-specific icons
- Configurable default action per entry type (autotype, copy, or type any field)
- Login autotype pastes username, presses Tab, then pastes password
- Context menu with Copy/Type for every field on the entry
- Previous entry sorted to the top
Usage
- Install and setup
rbwfollowing its readme. - Confirm that running
rbw listprints out all entries. - Install this plugin (id is
dankBitwarden) following instructions in the dms-plugin-registry. - Optionally, go to the DMS Plugins settings page and set a trigger for dankBitwarden (default is
[). - Start up DMS Launcher and type the trigger, all bitwarden entries will show up.
- Selecting an entry will type the username and password for you. Right clicking or typing
F10will bring up the context menu with options to copy or type the username, password, and totp. - If password list is ever outdated, select the
Syncbutton after typing the trigger in the launcher. This will runrbw syncfor you then update the password list. Depending on the size of the bitwarden vault, this can take around 10s.
Security
It's highly recommended to go over the code before using this plugin since it is handling sensitive data. The plugin never loads any password into its memory. Passwords are directly piped to either wtype or dms cl copy.