diff --git a/dot_config/choose/executable_choose-rbw.sh b/dot_config/choose/executable_choose-rbw.sh new file mode 100644 index 0000000..36a7593 --- /dev/null +++ b/dot_config/choose/executable_choose-rbw.sh @@ -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