xnick / rofi-bw

Bitwarden integration with Rofi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rofi-bw

Adapted from rofi-lpass

Custom script for Rofi that allows you to copy passwords from your Bitwarden vault.

Features

  • 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)

Installation

  1. Make sure you have bitwarden-cli installed, with bw on your PATH.
  2. Since bw can't copy to clipboard by itself, xclip is also needed; should be available in your distro's repo.
  3. Symlink the script to somewhere on your $PATH: ln -s $(pwd)/rofi-bw ~/bin/rofi-bw.
  4. Run rofi with this as a custom script: rofi -modi bw:rofi-bw -show bw

License

rofi-lpass: Copyright © 2017 Magnus Bergmark.

Code released under the MIT license.

About

Bitwarden integration with Rofi

License:MIT License


Languages

Language:Shell 100.0%