A Ulauncher extension to search your Bitwarden vault and copy passwords to the clipboard.
- Quickly search through the database entries by name, and copy passwords/usernames/URLs/TOTPs to the clipboard
- Works also with self hosted Bitwarden servers.
- Support vaults with a passphrase also with MFA codes. The extension does not keep the password in the memory. It rather uses SessionID generated by the Bitwarden CLI client.
- Install a recent version of Bitwarden CLI
- Make sure you can execute
bw
in a terminal
Open Ulauncher preferences window -> Extensions -> "Add extension" and paste the following url:
https://github.com/kbialek/ulauncher-bitwarden
Bitwarden Server Url
User e-mail address
Enable MFA login
- if you use MFA authentication with your Bitwarden account selectyes
, otherwise leaveno
Inactivity lock timeout
: forces you to re-enter the passphrase after you haven't used the extension for a while. By default it's set to 300 seconds (5 minutes). If you'd rather not re-enter it, you can set the value to 0, but that's probably not a great idea. NOTE: The cached passphrase is only stored in memory, so you'll need to re-enter it if you reboot your computer or restart Ulauncher.
Open Ulauncher and type in "bw " to start the extension. If your password database is locked with a passphrase, it'll ask you to enter it:
Once unlocked, search the database for "mail" logins:
Look at the GMail
entry:
This is a fork of well crafted ulauncher-keepassxc extension. Thank you @pbkhrv!