Compare commits

..

No commits in common. "482828639ecad3975dc7ce33bf60854fb652ceab" and "b45d969f0cd9779d303b309947318c35925a90a8" have entirely different histories.

View file

@ -1,11 +0,0 @@
#!/usr/bin/env bash
set -euo pipefail
if variable="$(set -euo pipefail; {
awk 'BEGIN{for(v in ENVIRON) print v}'
} | rofi -dmenu)" && [[ -n $variable ]]; then
variable="${variable%% *}"
echo ${!variable} | xclip -sel clip
fi