2024-04-15 19:33:35 -05:00
|
|
|
# wrapper around rbw
|
|
|
|
|
2024-12-31 12:55:48 -06:00
|
|
|
if [ "$HOSTNAME" != "aristotle" ]; then
|
|
|
|
rbw-x11-prompt
|
|
|
|
fi
|
2024-06-29 20:10:04 -05:00
|
|
|
|
2024-12-25 07:29:11 -06:00
|
|
|
resp=$(rbw list | dmenu)
|
2024-04-15 19:33:35 -05:00
|
|
|
|
|
|
|
rbw get "$resp" | xclip -selection clipboard
|
|
|
|
sleep 15
|
|
|
|
echo "cleared" | xclip -selection clipboard
|