add choose version for rbw

This commit is contained in:
Simon Rieger 2024-10-30 17:29:51 +01:00
parent 17255ba14c
commit 8ce68f818a

View file

@ -0,0 +1,7 @@
#!/usr/bin/env bash
# Use fuzzel to find a password from password-store and copy it to clipboard.
# inpired by: https://gist.github.com/igemnace/2b8609d280752e8a1b173204c14f6892
pass_name=$(rbw list | choose)
[[ $pass_name != "" ]] && rbw get "$pass_name" --clipboard