doy / rbw

unofficial bitwarden cli
https://git.tozt.net/rbw
Other
649 stars 87 forks source link

Add space for user contributions #29

Closed jedahan closed 3 years ago

jedahan commented 3 years ago

Either enabling the wiki or adding a contrib/ directory where people could share their rbw integrations would be nice.

As an example, here is a little wrapper script I modified to work with rbw and such.

#!/bin/bash
# Wayland copy bitwarden passwords to paste once
set -eu

rbw unlocked || rbw unlock

set -o pipefail

wl-copy --paste-once "$(rbw-fzf)"
doy commented 3 years ago

i've been sticking these in bin/ so far - happy to take pull requests for more of them

jedahan commented 3 years ago

pr created