Adapted from rofi-lpass
Custom script for Rofi that allows you to copy passwords from your Bitwarden vault.
- List all your entries
- Copy password of an entry
- Copy username / email of an entry
- Copy URL (if entry has an URL)
- Open URL (if entry has an URL)
- Make sure you have bitwarden-cli installed, with
bw
on yourPATH
. - Since bw can't copy to clipboard by itself,
xclip
is also needed; should be available in your distro's repo. - Symlink the script to somewhere on your
$PATH
:ln -s $(pwd)/rofi-bw ~/bin/rofi-bw
. - Run rofi with this as a custom script:
rofi -modi bw:rofi-bw -show bw
rofi-lpass: Copyright © 2017 Magnus Bergmark.
Code released under the MIT license.