replace without wlcopy
This commit is contained in:
parent
8c6e681321
commit
ba76b53633
2 changed files with 8 additions and 1 deletions
7
dot_config/fuzzel/executable_fuzzel-rbw-wlcopy.sh
Normal file
7
dot_config/fuzzel/executable_fuzzel-rbw-wlcopy.sh
Normal 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 | fuzzel -d)
|
||||
|
||||
[[ $pass_name != "" ]] && rbw get "$pass_name" | wl-copy
|
|
@ -4,4 +4,4 @@
|
|||
|
||||
pass_name=$(rbw list | fuzzel -d)
|
||||
|
||||
[[ $pass_name != "" ]] && rbw get "$pass_name" | wl-copy
|
||||
[[ $pass_name != "" ]] && rbw get "$pass_name" --clipboard
|
||||
|
|
Loading…
Reference in a new issue