dot_testing/builds/utils/rbw-dmenu-list

12 lines
206 B
Plaintext
Executable File

# wrapper around rbw
if [ "$HOSTNAME" != "aristotle" ]; then
rbw-x11-prompt
fi
resp=$(rbw list | dmenu)
rbw get "$resp" | xclip -selection clipboard
sleep 15
echo "cleared" | xclip -selection clipboard