diff --git a/select-and-show-color.sh b/select-and-show-color.sh new file mode 100755 index 0000000..1ffee7b --- /dev/null +++ b/select-and-show-color.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env zsh + +local color="$(xcolor)" +printf '%s' "${color}" | xclip -selection clipboard +notify-send -t 5000 "Color Coppied" "${color}"